X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Ferror.c;fp=src%2Ferror.c;h=cccb815f58373483f44c398bc7e4b851e3c4a6a5;hp=26fc10a4511e395b16b7faec8a6ebb785d888f1f;hb=ef63b7aadd80805c64b2124e06d14679f05471a2;hpb=0e639be92660b408a20a1875eb1c1d609692999e 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"),