Commit c622b461 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

cabinet: Use debugstr_a() in TRACE() message.

parent 5d0a02db
......@@ -333,7 +333,7 @@ HRESULT WINAPI Extract(SESSION *dest, LPCSTR szCabName)
HFDI hfdi;
char *str, *end, *path = NULL, *name = NULL;
TRACE("(%p, %s)\n", dest, szCabName);
TRACE("(%p, %s)\n", dest, debugstr_a(szCabName));
hfdi = FDICreate(mem_alloc,
mem_free,
......
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