https://bugs.winehq.org/show_bug.cgi?id=57766
Bug ID: 57766 Summary: Win3_BIOS most likely should be Win32_BIOS instead Product: Wine Version: 10.0-rc6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: depaoli.renzo@gmail.com Distribution: ---
wine-10.0-rc6/dlls/wbemprox/tests/query.c
Line #93 states L"SELECT * FROM Win3_BIOS WHERE NAME <> NULL",
It seems likely that this was intended instead L"SELECT * FROM Win32_BIOS WHERE NAME <> NULL",
e.g. the line #94 states L"SELECT * FROM Win32_BIOS WHERE NULL = NAME",
https://bugs.winehq.org/show_bug.cgi?id=57766
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |742875b6e58d074434ee47bca03 | |6d55785549fa7 Version|10.0-rc6 |5.3 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC| |alexhenrie24@gmail.com, | |hans@meelstraat.net Keywords| |regression, source
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- Good catch! It was indeed "Win32_BIOS" before https://gitlab.winehq.org/wine/wine/-/commit/742875b6e58d074434ee47bca036d55785549fa7, which should not have changed it.
https://bugs.winehq.org/show_bug.cgi?id=57766
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |eb173c6ac94285e8c6c062d473d | |b45fa40f1f69c Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- Fixed by eb173c6ac94285e8c6c062d473db45fa40f1f69c.
https://bugs.winehq.org/show_bug.cgi?id=57766
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.1.