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); ```