]> wimlib.net Git - wimlib/blobdiff - src/error.c
Add support for unsafe in-place compaction of WIM files
[wimlib] / src / error.c
index ac12cec440422bfab91cca9712d0bc508d2bab1c..40d00a58838701c64b573d05e93da9c95fd439ec 100644 (file)
@@ -334,6 +334,9 @@ static const tchar * const error_strings[] = {
                = T("The capture configuration file could not be read"),
        [WIMLIB_ERR_WIM_IS_INCOMPLETE]
                = T("The WIM file is incomplete"),
+       [WIMLIB_ERR_COMPACTION_NOT_POSSIBLE]
+               = T("The WIM file cannot be compacted because of its format, "
+                   "its layout, or the write parameters specified by the user"),
 };
 
 WIMLIBAPI const tchar *