X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Ferror.c;h=ed9e6b72be56772f444c58932c79054e888370d9;hp=49f83294ca277060683811ce1bc6a842db681f9b;hb=5fce6aa92826ec69fdeeea13e28292fa1fbb43a8;hpb=5bc6e3fcca4e11add33a3a33c7498ca2c71301a6 diff --git a/src/error.c b/src/error.c index 49f83294..ed9e6b72 100644 --- a/src/error.c +++ b/src/error.c @@ -220,7 +220,7 @@ static const tchar * const error_strings[] = { [WIMLIB_ERR_INTEGRITY] = T("The WIM file is corrupted (failed integrity check)"), [WIMLIB_ERR_INVALID_CAPTURE_CONFIG] - = T("The capture configuration string was invalid"), + = T("The contents of the capture configuration file were invalid"), [WIMLIB_ERR_INVALID_CHUNK_SIZE] = T("The compression chunk size was unrecognized"), [WIMLIB_ERR_INVALID_COMPRESSION_TYPE] @@ -354,6 +354,8 @@ static const tchar * const error_strings[] = { = T("The current user does not have permission to unmount the WIM image"), [WIMLIB_ERR_FVE_LOCKED_VOLUME] = T("The volume must be unlocked before it can be used"), + [WIMLIB_ERR_UNABLE_TO_READ_CAPTURE_CONFIG] + = T("The capture configuration file could not be read"), }; WIMLIBAPI const tchar *