Skip to content
Snippets Groups Projects
Commit 1d317681 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Define ERR_MKDIR - needed by previous commit

parent 009e5883
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -297,6 +297,7 @@ typedef struct js_callback {
#define ERR_CHK "checking" /* checking */
#define ERR_LEN "checking length"
#define ERR_EXEC "executing" /* executing */
#define ERR_MKDIR "making directory"
#define ERR_CHDIR "changing directory"
#define ERR_CREATE "creating" /* creating */
#define ERR_LOCK "locking" /* locking */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment