-
- Downloads
Fix definitions of global vars `confirm_quit` and `dir_process`
They were defined (rather than just declared) in .h files, when they really should be defined in at most a single .c file. Fixes #140.
Please register or sign in to comment
They were defined (rather than just declared) in .h files, when they really should be defined in at most a single .c file. Fixes #140.