]> wimlib.net Git - wimlib/blobdiff - src/util.c
Win32 extract: Some refactoring; set security on handle, not path
[wimlib] / src / util.c
index 4733ba335644507b1cbd1039a6f8c0cb84290350..23dfff27e76b1d97480c0b9be6b9828c00f54278 100644 (file)
@@ -269,6 +269,8 @@ static const tchar *error_strings[] = {
        [WIMLIB_ERR_IMAGE_COUNT]
                = T("Inconsistent image count among the metadata "
                        "resources, the WIM header, and/or the XML data"),
+       [WIMLIB_ERR_INSUFFICIENT_PRIVILEGES_TO_EXTRACT]
+               = T("User does not have sufficient privileges to correctly extract the data"),
        [WIMLIB_ERR_IMAGE_NAME_COLLISION]
                = T("Tried to add an image with a name that is already in use"),
        [WIMLIB_ERR_INTEGRITY]