[MPlayer-cvslog] r22124 - trunk/m_option.c
reimar
subversion at mplayerhq.hu
Sun Feb 4 12:58:30 CET 2007
Author: reimar
Date: Sun Feb 4 12:58:29 2007
New Revision: 22124
Modified:
trunk/m_option.c
Log:
Get rid of useless last_ptr assignment
Modified: trunk/m_option.c
==============================================================================
--- trunk/m_option.c (original)
+++ trunk/m_option.c Sun Feb 4 12:58:29 2007
@@ -544,7 +544,6 @@
while(ptr[0] != '\0') {
- last_ptr = ptr;
ptr = strchr(ptr,LIST_SEPARATOR);
if(!ptr) {
n++;
More information about the MPlayer-cvslog
mailing list