diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 13:42:23 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 13:42:23 -0700 |
| commit | 744a92756200052837e25f4f7758175241528536 (patch) | |
| tree | 658a04ebc9aa902099febd36a9060d95094fcda3 /bp.c | |
| parent | 55ff8ec6637d90d50ed83c43f83e25fe4571f6bb (diff) | |
Deprecated (!)-errors
Diffstat (limited to 'bp.c')
| -rw-r--r-- | bp.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -240,9 +240,6 @@ static int print_matches(FILE *out, def_t *defs, file_t *f, pat_t *pattern) }; for (match_t *m = NULL; next_match(&m, defs, f, pattern, options.skip, options.ignorecase); ) { - if (print_errors(f, m) > 0) - exit(EXIT_FAILURE); - if (++matches == 1 && options.print_filenames) { if (printed_filenames++ > 0) printf("\n"); fprint_filename(out, f->filename); |
