From: Jim Meyering Date: Sat, 18 Nov 2000 13:10:40 +0000 (+0000) Subject: revert mysteriously-applied last delta! X-Git-Tag: FILEUTILS-4_0_33~85 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=40af3c54b6358cf4cd9e8a65535eb01326526c76;p=thirdparty%2Fcoreutils.git revert mysteriously-applied last delta! --- diff --git a/src/join.c b/src/join.c index fb2064d4dc..10a3999da6 100644 --- a/src/join.c +++ b/src/join.c @@ -114,7 +114,7 @@ static struct outlist *outlist_end = &outlist_head; /* Tab character separating fields; if this is NUL fields are separated by any nonempty string of white space, otherwise by exactly one tab character. */ -static char tab; +static unsigned char tab; /* When using getopt_long_only, no long option can start with a character that is a short option. */