bsdgrep: Adjust a missed NLS reference that was invalidated by recent work

Submitted by:	Dan McGregor <dan.mcgregor@usask.ca>
This commit is contained in:
Kyle Evans 2018-05-02 15:45:31 +00:00
parent 9021fe72fc
commit f2f0b02bdc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333172

View File

@ -389,7 +389,7 @@ procfile(const char *fn)
printf("%s%c", fn, nullflag ? 0 : '\n');
if (c && !cflag && !lflag && !Lflag &&
binbehave == BINFILE_BIN && f->binary && !qflag)
printf(getstr(8), fn);
printf(getstr(7), fn);
free(pc.ln.file);
free(f);