Re: [PATCH v4 0/3] MR4168: cmd: Handle caret / blocks with whitespace only lines better
26 Oct
2023
26 Oct
'23
5:31 p.m.
eric pouech (@epo) commented about programs/cmd/wcmdmain.c:
} else break; }
- } while (*extraData == 0x00);
nitpick: you could have saved one line of modif by keeping the == 0x00 test (instead of rewritten to 0x0) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4168#note_49865
862
Age (days ago)
862
Last active (days ago)
0 comments
1 participants
participants (1)
-
eric pouech (@epo)