X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=ed4779516b7501c985080ae3700cac4c5311664f;hp=78272dfc4994ce2128bd5a2e9253b20f56be482a;hb=8f16067f71da5f45eda84813e9a07e68641bc283;hpb=36a737d734cdc6c6eb0ce9da3183a1f8fa4288e6 diff --git a/src/util.c b/src/util.c index 78272dfc..ed477951 100644 --- a/src/util.c +++ b/src/util.c @@ -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",