25 Oct
2023
25 Oct
'23
8:22 p.m.
On Wed Oct 25 13:09:27 2023 +0000, userid0x0 wrote:
Doable, would result in ``` } while (!*WCMD_skip_leading_spaces(extraData)); ``` I will make this part of the next push, I can integrate(fixup) this in the final force-push. I'd like better (which I believe is how it's done in other places)
extraData = WCMD_skip_leading_spaces(extraData);
} while (*extraData == 0x00);
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4168#note_49805