From 6ff0bf52e20f22f7207ea042e81f83d8a32fdc69 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Dec 2003 16:44:12 +0000 Subject: Change type of global, buff_allocated, to size_t. --- src/pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pr.c b/src/pr.c index 8ae0011af..04aa1c887 100644 --- a/src/pr.c +++ b/src/pr.c @@ -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. -- cgit v1.2.3-54-g00ecf