Re: [PATCH v10 0/1] MR7322: programs/cmd: Implement ability to abort lengthy directory operations via Ctrl-C.
Feb. 16, 2025
4:37 p.m.
eric pouech (@epo) commented about programs/cmd/directory.c:
if ((file_total + dir_total == 0) && (level == 0)) { SetLastError (ERROR_FILE_NOT_FOUND); WCMD_print_error (); errorlevel = ERROR_INVALID_FUNCTION; this shouldn't set errorlevel but return_code
and likely using ERROR_FILE_NOT_FOUND to mark that listing was empty -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7322#note_94818
404
Age (days ago)
404
Last active (days ago)
0 comments
1 participants
participants (1)
-
eric pouech (@epo)