]> git.sesse.net Git - vlc/commitdiff
Oops.
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 26 Jan 2007 22:39:25 +0000 (22:39 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 26 Jan 2007 22:39:25 +0000 (22:39 +0000)
src/text/strings.c

index c813aabd737930e39590c0b1a80fc287c7428df0..3084b4f3c6cb3f2c45287a3715c991aa7de5cda8 100644 (file)
@@ -683,6 +683,7 @@ void filename_sanitize( char *str )
 #endif
                 *str = '_';
         }
+        str++;
     }
 }
 
@@ -708,5 +709,6 @@ void path_sanitize( char *str )
 #endif
                 *str = '_';
         }
+        str++;
     }
 }