Skip to content
Snippets Groups Projects
Commit 3f720305 authored by rswindell's avatar rswindell
Browse files

Added missing ERR_CHDIR definition.

parent 8953d394
No related branches found
No related tags found
No related merge requests found
......@@ -293,6 +293,7 @@ typedef struct {
#define ERR_CHK "checking" /* checking */
#define ERR_LEN "checking length"
#define ERR_EXEC "executing" /* executing */
#define ERR_CHDIR "changing directory */
#define ERR_CREATE "creating" /* creating */
#define ERR_LOCK "locking" /* locking */
#define ERR_UNLOCK "unlocking" /* unlocking */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment