summaryrefslogtreecommitdiffstats
path: root/bin/ed/glbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/glbl.c')
-rw-r--r--bin/ed/glbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c
index dfb44d2..d367798 100644
--- a/bin/ed/glbl.c
+++ b/bin/ed/glbl.c
@@ -146,7 +146,7 @@ int
set_active_node(line_t *lp)
{
if (active_last + 1 > active_size) {
- int ti = active_size;
+ size_t ti = active_size;
line_t **ts;
SPL1();
#if defined(sun) || defined(NO_REALLOC_NULL)
OpenPOWER on IntegriCloud