Commit 6eba55d5 authored by Antoine Cellerier's avatar Antoine Cellerier

Hum

parent 2b42bb15
...@@ -349,7 +349,7 @@ FILE *utf8_fopen( const char *filename, const char *mode ) ...@@ -349,7 +349,7 @@ FILE *utf8_fopen( const char *filename, const char *mode )
if( GetShortPathNameW( wpath, spath, MAX_PATH ) ) if( GetShortPathNameW( wpath, spath, MAX_PATH ) )
{ {
fprintf( stderr, "A 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 ); fwprintf( stderr, "W fopen path: %s -> %s\n", wpath, spath );
return fopen( spath, wmode ); return fopen( spath, wmode );
} }
fprintf( stderr, "GetShortPathName for %s failed\n", wpath ); fprintf( stderr, "GetShortPathName for %s failed\n", wpath );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment