wineconsole: Don't overwrite the backend selection when parsing --use-event.

oldstable
Martin Storsjo 2010-12-22 00:07:51 +02:00 committed by Alexandre Julliard
parent d5cb11a45a
commit 0f3ff8b4b1
1 changed files with 0 additions and 1 deletions

View File

@ -758,7 +758,6 @@ static UINT WINECON_ParseOptions(const char* lpCmdLine, struct wc_init* wci)
if (end == wci->ptr + 12) return IDS_CMD_INVALID_EVENT_ID;
wci->mode = from_event;
wci->ptr = end;
wci->backend = WCUSER_InitBackend;
}
else if (strncmp(wci->ptr, "--backend=", 10) == 0)
{