]> git.sesse.net Git - vlc/commitdiff
Dots are allowed in filenames (even on WIN32...). Thanks to Dugal Harris for noticing...
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 1 Mar 2007 21:27:47 +0000 (21:27 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 1 Mar 2007 21:27:47 +0000 (21:27 +0000)
src/text/strings.c

index 1de2ab047d09638ebdf47250ec7d94a114be7c37..b686b3d9190253a1255f4a487ef19ae75f55498a 100644 (file)
@@ -805,7 +805,6 @@ void filename_sanitize( char *str )
             case '/':
 #ifdef WIN32
             case '*':
-            case '.':
             case '"':
             case '\\':
             case '[':
@@ -832,7 +831,6 @@ void path_sanitize( char *str )
         {
 #ifdef WIN32
             case '*':
-            case '.':
             case '"':
             case '[':
             case ']':