Re: [PATCH v10 0/1] MR7322: programs/cmd: Implement ability to abort lengthy directory operations via Ctrl-C.
16 Feb
2025
16 Feb
'25
4:37 p.m.
eric pouech (@epo) commented about programs/cmd/directory.c:
WCHAR fname[MAX_PATH]; WCHAR ext[MAX_PATH]; unsigned num_empty = 0, num_with_data = 0; + RETURN_CODE return_code = NO_ERROR;
errorlevel = NO_ERROR; this should not be necessary (in fact starting from here up the exit of the function, you should only deal with return_code... errorlevel should be set upon exiting)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7322#note_94817
307
Age (days ago)
307
Last active (days ago)
0 comments
1 participants
participants (1)
-
eric pouech (@epo)