mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 04:29:02 +00:00
wineconsole: Don't overwrite the backend selection when parsing --use-event.
This commit is contained in:
parent
d5cb11a45a
commit
0f3ff8b4b1
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user