]> wimlib.net Git - wimlib/blobdiff - src/util.c
Rework WIM writing code
[wimlib] / src / util.c
index c0167826e1ba02ce47dba53c4b184743965e3c14..faa0d0bf4488000cedfc9ef3294957c1ee1535a2 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_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]