]> wimlib.net Git - wimlib/blobdiff - src/util.c
update_image.c: Check for unsupported NTFS mode earlier
[wimlib] / src / util.c
index b69d9bff328cb8564b7137ba62cb2407c4332e75..8be76594e5125374ae92b564fd9c5640dbdf5834 100644 (file)
@@ -54,7 +54,7 @@
 #include <time.h>
 #include <unistd.h>
 
-static size_t
+size_t
 utf16le_strlen(const utf16lechar *s)
 {
        const utf16lechar *p = s;
@@ -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"),
+       [WIMLIB_ERR_WIMBOOT]
+               = T("Failed to set WIMBoot pointer data"),
 };
 
 /* API function documented in wimlib.h  */