summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-11 14:13:55 +0000
committerJim Meyering <jim@meyering.net>2001-11-11 14:13:55 +0000
commit18cdfb06b1a0e2b3f9d3d767a5e4c1dc3e30d50d (patch)
treecccd1de9d03f2c9e4c70c2aad300d001d5be0acb /src
parent7cbc9c5c4d513656136af2147d33632dd573d1bc (diff)
downloadcoreutils-18cdfb06b1a0e2b3f9d3d767a5e4c1dc3e30d50d.tar.xz
(make_blank): Declare to be static.
(prfield): Declare local to be of type size_t, not int.
Diffstat (limited to 'src')
-rw-r--r--src/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c
index 8c3b0ee88..7a5797c81 100644
--- a/src/join.c
+++ b/src/join.c
@@ -389,7 +389,7 @@ keycmp (struct line *line1, struct line *line2)
static void
prfield (int n, struct line *line)
{
- int len;
+ size_t len;
if (n < line->nfields)
{