git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add WIMLIB_EXTRACT_FLAG_WIMBOOT
[wimlib]
/
src
/
util.c
diff --git
a/src/util.c
b/src/util.c
index b69d9bff328cb8564b7137ba62cb2407c4332e75..3053fd9e6d2bccbd76e1b15459ee30c0fd33ddf3 100644
(file)
--- a/
src/util.c
+++ b/
src/util.c
@@
-425,6
+425,8
@@
static const tchar *error_strings[] = {
= T("The XML data of the WIM is invalid"),
[WIMLIB_ERR_WIM_IS_ENCRYPTED]
= T("The WIM file (or parts of it) is encrypted"),
= T("The XML data of the WIM is invalid"),
[WIMLIB_ERR_WIM_IS_ENCRYPTED]
= T("The WIM file (or parts of it) is encrypted"),
+ [WIMLIB_ERR_WIMBOOT]
+ = T("Failed to set WIMBoot pointer data"),
};
/* API function documented in wimlib.h */
};
/* API function documented in wimlib.h */