shell32: Don't print not initialized value.

This commit is contained in:
Vitaliy Margolen 2008-05-26 23:53:36 -06:00 committed by Alexandre Julliard
parent 189c13daa3
commit dca07aa856
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ BOOL HCR_MapTypeToValueW(LPCWSTR szExtension, LPWSTR szFileType, LONG len, BOOL
HKEY hkey;
WCHAR szTemp[MAX_EXTENSION_LENGTH + 2];
TRACE("%s %p\n", debugstr_w(szExtension), debugstr_w(szFileType));
TRACE("%s %p\n", debugstr_w(szExtension), szFileType);
/* added because we do not want to have double dots */
if (szExtension[0] == '.')