]> wimlib.net Git - wimlib/blobdiff - src/error.c
Add an error code to represent an invalid xattr stream
[wimlib] / src / error.c
index 26fc10a4511e395b16b7faec8a6ebb785d888f1f..8574aa18e71339fa4f54116b3057b0b929426a3a 100644 (file)
@@ -342,6 +342,8 @@ 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_EXTENDED_ATTRIBUTE]
+               = T("An extended attribute stream in the WIM is invalid"),
 #ifdef ENABLE_TEST_SUPPORT
        [WIMLIB_ERR_IMAGES_ARE_DIFFERENT]
                = T("A difference was detected between the two images being compared"),