X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Futil.c;h=fd14e1fedeb1c8200bd2e32ef28f40feffec662a;hb=efe0c3f69a5d3c7c226a66c004b5bf6ef8a02d11;hp=8416bb463ed498a1fa721274f2535a177a978bf1;hpb=da295f258b60e1593de305385c0669eac4b76644;p=wimlib diff --git a/src/util.c b/src/util.c index 8416bb46..fd14e1fe 100644 --- a/src/util.c +++ b/src/util.c @@ -341,6 +341,8 @@ static const tchar *error_strings[] = { = T("A string in a WIM dentry is not a valid UTF-16LE string"), [WIMLIB_ERR_IS_DIRECTORY] = T("One of the specified paths to delete was a directory"), + [WIMLIB_ERR_IS_SPLIT_WIM] + = T("The WIM is part of a split WIM, which is not supported for this operation"), [WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE] = T("libxml2 was unable to find a character encoding conversion handler " "for UTF-16LE"), @@ -402,8 +404,6 @@ static const tchar *error_strings[] = { = T("Failed to set timestamps on extracted file"), [WIMLIB_ERR_SPLIT_INVALID] = T("The WIM is part of an invalid split WIM"), - [WIMLIB_ERR_SPLIT_UNSUPPORTED] - = T("The WIM is part of a split WIM, which is not supported for this operation"), [WIMLIB_ERR_STAT] = T("Could not read the metadata for a file or directory"), [WIMLIB_ERR_TIMEOUT]