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:
/* Clear any errors from previous invocations, and process it */ errorlevel = NO_ERROR; prevEntry = thisEntry; - thisEntry = WCMD_list_directory (thisEntry, 0); + thisEntry = WCMD_list_directory (thisEntry, 0, &return_code); if (errorlevel)
this should use return_code not error level -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7322#note_94819
307
Age (days ago)
307
Last active (days ago)
0 comments
1 participants
participants (1)
-
eric pouech (@epo)