fix: add missing error checks for chdir
This commit is contained in:
@ -145,6 +145,9 @@ typedef enum lm_error {
|
||||
LM_ERR_FileNotExist = 143,
|
||||
LM_ERR_FileNotLink = 144,
|
||||
LM_ERR_ArchiveSetFail = 145,
|
||||
LM_ERR_ChdirFail = 146,
|
||||
LM_ERR_ExtractRootChdirFail = 147,
|
||||
LM_ERR_ExtractOldChdirFail = 148,
|
||||
} lm_error_t;
|
||||
|
||||
typedef struct lm_error_desc {
|
||||
|
Reference in New Issue
Block a user