On Wed Nov 20 10:02:28 2024 +0000, Huw Davies wrote:
> @bernhardu, I'd requested access to your repo so that I could make some
> cosmetic changes to the commit.
Hello Huw, sorry, did not realize this needs an action from my side, just confirmed it now.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6787#note_88137
When source_enum_display_settings() fails to find a display mode because the index is out of range,
the index number in the log is always 0 because the same variable is decreased in the for loop to
find the display mode, giving the impression that it fails to find the first display mode.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6862