hhctrl.ocx: Remove a superfluous line that uses an uninitialized variable.

oldstable
Erich Hoover 2010-01-31 21:09:23 -07:00 committed by Alexandre Julliard
parent 6981816388
commit 1863a9c76d
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}