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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user