X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Ferror.c;h=cccb815f58373483f44c398bc7e4b851e3c4a6a5;hb=3a803d0087d51ea3caa80378bbae615fa45537c5;hp=26fc10a4511e395b16b7faec8a6ebb785d888f1f;hpb=4e32f48feb64932954953a87f064170500f93221;p=wimlib diff --git a/src/error.c b/src/error.c index 26fc10a4..cccb815f 100644 --- a/src/error.c +++ b/src/error.c @@ -342,6 +342,10 @@ static const tchar * const error_strings[] = { = T("A file being added to a WIM image was concurrently modified"), [WIMLIB_ERR_SNAPSHOT_FAILURE] = T("Unable to create a filesystem snapshot"), + [WIMLIB_ERR_INVALID_XATTR] + = T("An extended attribute entry in the WIM image is invalid"), + [WIMLIB_ERR_SET_XATTR] + = T("Failed to set an extended attribute on an extracted file"), #ifdef ENABLE_TEST_SUPPORT [WIMLIB_ERR_IMAGES_ARE_DIFFERENT] = T("A difference was detected between the two images being compared"),