From 951b534d29306f18032395797b29625dc9ff222c Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 27 Sep 1990 17:50:52 +0000 Subject: [PATCH] Fixed problem with -I option --- lang/cem/cemcom/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/cemcom/options.c b/lang/cem/cemcom/options.c index 5fbb3085..296ed59a 100644 --- a/lang/cem/cemcom/options.c +++ b/lang/cem/cemcom/options.c @@ -181,7 +181,7 @@ deleted, is now a debug-flag Realloc(inctable,(inc_max+=10)*sizeof(char *)); } - for (i = inc_pos++; i <= inc_total; i++) { + for (i = inc_pos++; i < inc_total; i++) { char *tmp = inctable[i]; inctable[i] = new;