fixed bug with -I flag
authoreck <none@none>
Thu, 27 Sep 1990 15:59:38 +0000 (15:59 +0000)
committereck <none@none>
Thu, 27 Sep 1990 15:59:38 +0000 (15:59 +0000)
lang/cem/cemcom.ansi/options.c

index 0e9b135..20e28fb 100644 (file)
@@ -179,7 +179,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;