]> git.sesse.net Git - vlc/commitdiff
Add some more debug (this is easier than compiling at home).
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 1 May 2006 14:25:07 +0000 (14:25 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 1 May 2006 14:25:07 +0000 (14:25 +0000)
src/misc/unicode.c

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