X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fxheader.c;h=919ecd393b21a69f3572aee138ce3c95d0b3c06c;hb=cd39b5a1b72d9e0e0fcc6157bbc0e58662b445fb;hp=9b291a21e62a93251cd292415d666d942e10f857;hpb=64cddf2fbc246e331edcbc82e419785af7f819a5;p=chaz%2Ftar diff --git a/src/xheader.c b/src/xheader.c index 9b291a2..919ecd3 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -4,7 +4,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later + Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but @@ -25,8 +25,6 @@ #include "common.h" -#include - static bool xheader_protected_pattern_p (char const *pattern); static bool xheader_protected_keyword_p (char const *keyword); static void xheader_set_single_keyword (char *) __attribute__ ((noreturn)); @@ -573,8 +571,8 @@ decx (void *data, char const *keyword, char const *value, size_t size) if (t) t->decoder (st, keyword, value, size); else - ERROR((0, 0, _("Ignoring unknown extended header keyword `%s'"), - keyword)); + WARN((0, 0, _("Ignoring unknown extended header keyword `%s'"), + keyword)); } void