Use debugstr_a to avoid crash tracing long command line.

This commit is contained in:
Juan Lang 2004-12-14 15:13:05 +00:00 committed by Alexandre Julliard
parent 9b6c0eff37
commit 8c0ccdcb68
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ void msvcrt_init_args(void)
MSVCRT___argv = __wine_main_argv;
MSVCRT___wargv = __wine_main_wargv;
TRACE("got '%s', wide = %s argc=%d\n", MSVCRT__acmdln,
TRACE("got %s, wide = %s argc=%d\n", debugstr_a(MSVCRT__acmdln),
debugstr_w(MSVCRT__wcmdln),MSVCRT___argc);
version = GetVersion();