diff --git a/dlls/cabinet/cabinet_main.c b/dlls/cabinet/cabinet_main.c index ef6698d691c..5a1ae06c291 100644 --- a/dlls/cabinet/cabinet_main.c +++ b/dlls/cabinet/cabinet_main.c @@ -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,