X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=e074b951e7d4864da2d898f4c3fa83fc9f92e4cf;hp=33c611c811558337bcd6d1b2914ba72a1be97cca;hb=16a0ef18b1404aab857696ae479e246dfbcfbaa3;hpb=e4d180562ca5e27d8a1ab6698479983b83d220fb diff --git a/src/util.c b/src/util.c index 33c611c8..e074b951 100644 --- a/src/util.c +++ b/src/util.c @@ -381,6 +381,8 @@ static const tchar *error_strings[] = { = T("There is not a WIM image mounted on the directory"), [WIMLIB_ERR_NOT_PERMITTED_TO_UNMOUNT] = T("The current user does not have permission to unmount the WIM image"), + [WIMLIB_ERR_FVE_LOCKED_VOLUME] + = T("The volume must be unlocked before it can be used"), }; /* API function documented in wimlib.h */