]> wimlib.net Git - wimlib/blobdiff - src/error.c
Forbid modifying multi-referenced images
[wimlib] / src / error.c
index 40d00a58838701c64b573d05e93da9c95fd439ec..af212db04b3f3f117470699ae40155be88a98de2 100644 (file)
@@ -337,6 +337,9 @@ static const tchar * const error_strings[] = {
        [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"),
+       [WIMLIB_ERR_IMAGE_HAS_MULTIPLE_REFERENCES]
+               = T("The WIM image cannot be modified because it is currently "
+                   "referenced from multiple places"),
 };
 
 WIMLIBAPI const tchar *