* Sync up to trunk r55544.
[reactos.git] / dll / win32 / inetcomm / mimeole.c
index f297c29..8a1e3d4 100644 (file)
@@ -2134,7 +2134,8 @@ static HRESULT WINAPI MimeMessage_IsContentType(
 {
     HRESULT hr;
     IMimeBody *mime_body;
-    TRACE("(%p)->(%p, %s, %s)\n", iface, hBody, pszPriType, pszSubType);
+    TRACE("(%p)->(%p, %s, %s)\n", iface, hBody, debugstr_a(pszPriType),
+          debugstr_a(pszSubType));
 
     hr = IMimeMessage_BindToObject(iface, hBody, &IID_IMimeBody, (void**)&mime_body);
     if(FAILED(hr)) return hr;