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:
parent
9021fe72fc
commit
f2f0b02bdc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user