mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Merge r51819
svn path=/trunk/; revision=51820
This commit is contained in:
@@ -396,7 +396,7 @@ CNewMenu::DoShellNewCmd(LPCMINVOKECOMMANDINFO lpcmi)
|
||||
}
|
||||
|
||||
ZeroMemory(&sInfo, sizeof(sInfo));
|
||||
sInfo.cb = sizeof(sizeof(sInfo));
|
||||
sInfo.cb = sizeof(sInfo);
|
||||
szCmd = _wcsdup(ptr);
|
||||
if (!szCmd)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user