1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

Change type of global, buff_allocated, to size_t.

This commit is contained in:
Jim Meyering
2003-12-20 16:44:12 +00:00
parent 18c313d563
commit 6ff0bf52e2
+1 -1
View File
@@ -460,7 +460,7 @@ static int buff_current;
/* The number of characters in buff.
Used for allocation of buff and to detect overflow of buff. */
static int buff_allocated;
static size_t buff_allocated;
/* Array of indices into buff.
Each entry is an index of the first character of a line.