]> wimlib.net Git - wimlib/blobdiff - src/util.c
Some preparations for supporting NTFS capture and apply.
[wimlib] / src / util.c
index 474c6f108931906d1bc782d202976507f035cb8d..47b76a828bc534ac8cb91c8d3d825bdfe07bebe3 100644 (file)
@@ -159,6 +159,8 @@ static const char *error_strings[] = {
                        "identify a WIM file",
        [WIMLIB_ERR_NO_FILENAME] 
                = "The WIM is not identified with a filename",
+       [WIMLIB_ERR_NTFS_3G]
+               = "NTFS-3g encountered an error (check errno)",
        [WIMLIB_ERR_OPEN] 
                = "Failed to open a file",
        [WIMLIB_ERR_OPENDIR]