cline.c

changeset 25
802c5382f499
parent 23
778388400f7b
child 26
853a1181884b
equal deleted inserted replaced
23:778388400f7b 25:802c5382f499
161 for (int t = 0 ; t < 79 ; t++) { 161 for (int t = 0 ; t < 79 ; t++) {
162 printf("="); 162 printf("=");
163 } 163 }
164 printf("\n%73d lines\n", lines); 164 printf("\n%73d lines\n", lines);
165 165
166 if (settings->confusing_lnlen) {
167 /* TODO: display this only when the regexp parser is used */
168 printf("\nSome files contain too long lines.\n"
169 "The regexp parser currently supports a maximum line length of 2048."
170 "\nThe result might be wrong.\n");
171 }
172
166 if (!settings->verbose) { 173 if (!settings->verbose) {
167 reopen_stdout(); 174 reopen_stdout();
168 printf("%d", lines); 175 printf("%d", lines);
169 } 176 }
170 177

mercurial