summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-18 13:10:40 +0000
committerJim Meyering <jim@meyering.net>2000-11-18 13:10:40 +0000
commit40af3c54b6358cf4cd9e8a65535eb01326526c76 (patch)
treede029b9353dc3d714c801e7f138e842a35c996ee
parentbb56dec67307b42bb351c18de8f3ce40d80c9105 (diff)
downloadcoreutils-40af3c54b6358cf4cd9e8a65535eb01326526c76.tar.xz
revert mysteriously-applied last delta!
-rw-r--r--src/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c
index fb2064d4d..10a3999da 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. */