Skip to content
Snippets Groups Projects
Commit 8c0ccdcb authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard
Browse files

Use debugstr_a to avoid crash tracing long command line.

parent 9b6c0eff
Branches
Tags
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment