Module: wine Branch: master Commit: 1863a9c76d2c1f3a1d5fe901bd638f4b379254da URL: http://source.winehq.org/git/wine.git/?a=commit;h=1863a9c76d2c1f3a1d5fe901bd...
Author: Erich Hoover ehoover@mines.edu Date: Sun Jan 31 21:09:23 2010 -0700
hhctrl.ocx: Remove a superfluous line that uses an uninitialized variable.
---
dlls/hhctrl.ocx/hhctrl.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/hhctrl.ocx/hhctrl.c b/dlls/hhctrl.ocx/hhctrl.c index c8ae0a1..99f7130 100644 --- a/dlls/hhctrl.ocx/hhctrl.c +++ b/dlls/hhctrl.ocx/hhctrl.c @@ -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; }