https://bugs.winehq.org/show_bug.cgi?id=39943
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |91a394a616e5d44db5100d24768 | |ed037a6ae93be Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #15 from Alexandre Julliard julliard@winehq.org --- (In reply to Sebastian Lackner from comment #14)
(In reply to Bruno Jesus from comment #13)
Fixed by http://source.winehq.org/git/wine.git/commitdiff/ 91a394a616e5d44db5100d24768ed037a6ae93be ?
The main issue is fixed, but the patch is not completely correct. manage_desktop() now fails to parse the desktop size when arguments are quoted.
Sure, but this is not a regression, that's the way it has always worked (or not worked if you like), and it's what Worms Armageddon is expecting.
A quoted option is illegal, and doesn't work on Windows. It only half-worked because the previous command-line parser was too permissive. I don't think there's any reason to fix it further.