]> git.sesse.net Git - vlc/commitdiff
Hum
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 1 May 2006 14:47:24 +0000 (14:47 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 1 May 2006 14:47:24 +0000 (14:47 +0000)
src/misc/unicode.c

index 2348072f20100c4e32ae0c608318b016433038f2..e7c4e41811877a1b02cfc4c8c6605feeeef802aa 100644 (file)
@@ -349,7 +349,7 @@ FILE *utf8_fopen( const char *filename, const char *mode )
         if( GetShortPathNameW( wpath, spath, MAX_PATH ) )
         {
             fprintf( stderr, "A fopen path: %s -> %s\n", wpath, spath );
-            wfprintf( stderr, "W fopen path: %s -> %s\n", wpath, spath );
+            fwprintf( stderr, "W fopen path: %s -> %s\n", wpath, spath );
             return fopen( spath, wmode );
         }
         fprintf( stderr, "GetShortPathName for %s failed\n", wpath );