From: Jim Meyering Date: Sun, 11 Nov 2001 14:13:55 +0000 (+0000) Subject: (make_blank): Declare to be static. X-Git-Tag: TEXTUTILS-2_0_17~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18cdfb06b1a0e2b3f9d3d767a5e4c1dc3e30d50d;p=thirdparty%2Fcoreutils.git (make_blank): Declare to be static. (prfield): Declare local to be of type size_t, not int. --- diff --git a/src/join.c b/src/join.c index 8c3b0ee88b..7a5797c81a 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) {