hhctrl.ocx: Remove a superfluous line that uses an uninitialized variable.
This commit is contained in:
parent
6981816388
commit
1863a9c76d
|
@ -297,7 +297,6 @@ int WINAPI doWinMain(HINSTANCE hInstance, LPSTR szCmdLine)
|
|||
space = strchr(ptr, ' ');
|
||||
memcpy(idtxt, ptr, space-ptr);
|
||||
idtxt[space-ptr] = '\0';
|
||||
filename += (space-ptr)+1;
|
||||
mapid = atoi(idtxt);
|
||||
szCmdLine = space+1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue