[MPlayer-cvslog] r37675 - trunk/asxparser.c

reimar subversion at mplayerhq.hu
Thu Feb 11 21:47:37 CET 2016


Author: reimar
Date: Thu Feb 11 21:47:37 2016
New Revision: 37675

Log:
asxparser: Fix copy-paste error.

Fixes Coverity issue.

Modified:
   trunk/asxparser.c

Modified: trunk/asxparser.c
==============================================================================
--- trunk/asxparser.c	Thu Feb 11 21:40:29 2016	(r37674)
+++ trunk/asxparser.c	Thu Feb 11 21:47:37 2016	(r37675)
@@ -312,7 +312,7 @@ asx_get_element(ASX_Parser_t* parser,cha
           ptr4 = NULL;
           break;
         }
-        if(ptr1[0] == '\n') parser->line++;
+        if(ptr4[0] == '\n') parser->line++;
         }
         continue;
       }


More information about the MPlayer-cvslog mailing list