Skip to content

Commit 80c38d9

Browse files
committed
ModernSettings: Fix crash when invoking with unknown verb
1 parent 0b535d1 commit 80c38d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/StartMenu/StartMenuHelper/ModernSettingsContextMenu.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ struct ICIVERBTOIDMAP
1919
static const ICIVERBTOIDMAP g_ContextMenuIDMap[] =
2020
{
2121
{ L"open", "open", MENUVERB_OPEN },
22-
{ NULL, NULL, (UINT)-1 }
2322
};
2423

2524
HRESULT _MapICIVerbToCmdID(LPCMINVOKECOMMANDINFO pici, UINT* pid)

0 commit comments

Comments
 (0)