]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
revert mysteriously-applied last delta!
authorJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 13:10:40 +0000 (13:10 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Nov 2000 13:10:40 +0000 (13:10 +0000)
src/join.c

index fb2064d4dc6b0afb93cda33e1c3388acce339be4..10a3999da6a795edb2038edb16c0e7e28be3e518 100644 (file)
@@ -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.  */