]> wimlib.net Git - wimlib/blobdiff - src/util.c
Allow in-place overwrites when unmounting read-write mounted WIM
[wimlib] / src / util.c
index 78272dfc4994ce2128bd5a2e9253b20f56be482a..ed4779516b7501c985080ae3700cac4c5311664f 100644 (file)
@@ -160,6 +160,9 @@ static const char *error_strings[] = {
                = "The SHA1 message digest of a WIM resource did not match the expected value",
        [WIMLIB_ERR_INVALID_RESOURCE_SIZE]
                = "A resource entry in the WIM has an invalid size",
+       [WIMLIB_ERR_INVALID_UNMOUNT_MESSAGE]
+               = "The version of wimlib that has mounted a WIM image is incompatible with the "
+                 "version being used to unmount it",
        [WIMLIB_ERR_LINK]
                = "Failed to create a hard or symbolic link when extracting "
                        "a file from the WIM",