X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Futil.c;h=9db817ac5549d666a646280a154893a0fd7eec86;hb=399e095d7d2e245634b53d7771217bd7614347a3;hp=f19f5a58d87a86df1ecb3bd954f8673fede6f766;hpb=8eaff5673d8e133e72e20cf4409ab4c901831424;p=wimlib diff --git a/src/util.c b/src/util.c index f19f5a58..9db817ac 100644 --- a/src/util.c +++ b/src/util.c @@ -3,7 +3,7 @@ */ /* - * Copyright (C) 2012 Eric Biggers + * Copyright (C) 2012, 2013 Eric Biggers * * This file is part of wimlib, a library for working with WIM files. * @@ -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]