]> git.sesse.net Git - vlc/commitdiff
Win32: fix encoding of crash dumps
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 12 Apr 2011 22:01:22 +0000 (00:01 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 12 Apr 2011 22:01:22 +0000 (00:01 +0200)
bin/winvlc.c

index 09e739c17028f93730f02ccfdb7d24578c32901d..0c6c29ecdd3487a69a2c418dbbf8c816d4b2fe79 100644 (file)
@@ -295,7 +295,7 @@ LONG WINAPI vlc_exception_filter(struct _EXCEPTION_POINTERS *lpExceptionInfo)
         {
             unsigned int i;
             for( i = 0; i < pException->NumberParameters; i++ )
-                fprintf( fd, " | %08x", pException->ExceptionInformation[i] );
+                fwprintf( fd, L" | %08x", pException->ExceptionInformation[i] );
         }
 
         fwprintf( fd, L"\n\n[context]\nEDI:%08x\nESI:%08x\n" \