1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-23 05:14:46 +02:00

Change type of global, field_1_bufsize, from int to size_t.

This commit is contained in:
Jim Meyering
2000-07-01 15:41:01 +00:00
parent 51155d32a3
commit 1237bc6c72

View File

@@ -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