[vlc-devel] [vlc-commits] Win32: use Win32DebugOutputMsgW instead of ANSI version

Rémi Denis-Courmont remi at remlab.net
Thu Jan 24 16:50:19 CET 2013


Le jeudi 24 janvier 2013 17:19:09, Jean-Baptiste Kempf a écrit :
> diff --git a/src/misc/messages.c b/src/misc/messages.c
> index 91aa6a4..99dfd31 100644
> --- a/src/misc/messages.c
> +++ b/src/misc/messages.c
> @@ -325,7 +325,7 @@ static void Win32DebugOutputMsg (void* d, int type,
> const msg_item_t *p_item, msg[msg_len] = '\n';
>              msg[msg_len + 1] = '\0';
>          }
> -        OutputDebugStringA(msg);
> +        OutputDebugStringW(ToWide(msg));

This bug is getting old.

>      }
>      free(msg);
>  }
> 
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> http://mailman.videolan.org/listinfo/vlc-commits

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list