X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=faa0d0bf4488000cedfc9ef3294957c1ee1535a2;hp=b68db910ad1abab7ad3576f72cfc955bb71e4419;hb=5cdd60306facd14cc9dcc24471386451294ca73c;hpb=26fdf3f709adf52521e1cf962095987a3e0e2e00 diff --git a/src/util.c b/src/util.c index b68db910..faa0d0bf 100644 --- a/src/util.c +++ b/src/util.c @@ -180,6 +180,10 @@ static const char *error_strings[] = { = "Could not read the target of a symbolic link", [WIMLIB_ERR_RENAME] = "Could not rename a file", + [WIMLIB_ERR_REOPEN] + = "Could not re-open the WIM after overwriting it", + [WIMLIB_ERR_RESOURCE_ORDER] + = "The components of the WIM were arranged in an unexpected order", [WIMLIB_ERR_SPECIAL_FILE] = "Encountered a special file that cannot be archived", [WIMLIB_ERR_SPLIT_INVALID]