X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Futil.c;h=9db817ac5549d666a646280a154893a0fd7eec86;hb=399e095d7d2e245634b53d7771217bd7614347a3;hp=e566b52b2e21f52f28aafd6ccdde28501e3d872b;hpb=9e56d04309e3e6a896319225288f0c86bd36d34e;p=wimlib diff --git a/src/util.c b/src/util.c index e566b52b..9db817ac 100644 --- a/src/util.c +++ b/src/util.c @@ -165,6 +165,8 @@ static const char *error_strings[] = { = "The WIM's integrity table is invalid", [WIMLIB_ERR_INVALID_LOOKUP_TABLE_ENTRY] = "An entry in the WIM's lookup table is invalid", + [WIMLIB_ERR_INVALID_OVERLAY] + = "Conflicting files in overlay when creating a WIM image", [WIMLIB_ERR_INVALID_PARAM] = "An invalid parameter was given", [WIMLIB_ERR_INVALID_PART_NUMBER]