]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Change type of global, field_1_bufsize, from int to size_t.
authorJim Meyering <jim@meyering.net>
Sat, 1 Jul 2000 15:41:01 +0000 (15:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Jul 2000 15:41:01 +0000 (15:41 +0000)
src/cut.c

index 05696195342ab96f1c9d5138aa1f6187d9ab3cfc..c385962e5434002cdf5a0c04a2c350777d01c4cb 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -116,7 +116,7 @@ struct range_pair
 static char *field_1_buffer;
 
 /* The number of bytes allocated for FIELD_1_BUFFER.  */
-static int field_1_bufsize;
+static size_t field_1_bufsize;
 
 /* The largest field or byte index used as an endpoint of a closed
    or degenerate range specification;  this doesn't include the starting