Skip to content

Commit 5c5995c

Browse files
committed
Fix warning
reported by psyjackalz
1 parent 64619f1 commit 5c5995c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/peview/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ BOOLEAN PvInsertCopyListViewEMenuItem(
136136
POINT location;
137137
LVHITTESTINFO lvHitInfo;
138138
HDITEM headerItem;
139-
WCHAR headerText[MAX_PATH];
139+
WCHAR headerText[MAX_PATH] = L"";
140140

141141
if (!GetCursorPos(&location))
142142
return FALSE;

0 commit comments

Comments
 (0)