char dateFmt[80]; /* sufficient for all versions of LOCALE_SSHORTDATE */
SYSTEMTIME sysTime;
- if (!time) return NULL;
+ if (!time) return "(null)";
GetLocaleInfoA(LOCALE_SYSTEM_DEFAULT, LOCALE_SSHORTDATE, dateFmt,
sizeof(dateFmt) / sizeof(dateFmt[0]));
HKEY hKey;
LPSTR szKey;
- TRACE("(%x, %s, %s, %s, %s)\n", dwEncodingType, pszFuncName,
- debugstr_a(pszOID), debugstr_w(pwszDll), pszOverrideFuncName);
+ TRACE("(%x, %s, %s, %s, %s)\n", dwEncodingType, debugstr_a(pszFuncName),
+ debugstr_a(pszOID), debugstr_w(pwszDll), debugstr_a(pszOverrideFuncName));
/* Native does nothing pwszDll is NULL */
if (!pwszDll)