]> wimlib.net Git - wimlib/blobdiff - src/util.c
Add rbtree files
[wimlib] / src / util.c
index b68db910ad1abab7ad3576f72cfc955bb71e4419..c0167826e1ba02ce47dba53c4b184743965e3c14 100644 (file)
@@ -180,6 +180,8 @@ static const char *error_strings[] = {
                = "Could not read the target of a symbolic link",
        [WIMLIB_ERR_RENAME]
                = "Could not rename a file",
+       [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]