PERFORCE change 159878 for review
Gabor Kovesdan
gabor at FreeBSD.org
Thu Mar 26 15:33:50 PDT 2009
http://perforce.freebsd.org/chv.cgi?CH=159878
Change 159878 by gabor at gabor_server on 2009/03/26 22:33:26
- Fix rwo nits that slipped in during NLS catalog cleanup
Affected files ...
.. //depot/projects/soc2008/gabor_textproc/grep/grep.c#86 edit
.. //depot/projects/soc2008/gabor_textproc/grep/util.c#81 edit
Differences ...
==== //depot/projects/soc2008/gabor_textproc/grep/grep.c#86 (text+ko) ====
@@ -71,7 +71,7 @@
/* 6*/ "\t[--context[=num]] [--directories=action] [--label] [--line-buffered]\n",
/* 7*/ "\t[--null] [pattern] [file ...]\n",
/* 8*/ "unknown --binary-files option",
-/* 9*/ "Binary file %s matches\n"
+/* 9*/ "Binary file %s matches\n",
/*10*/ "%s (BSD grep) %s\n",
};
==== //depot/projects/soc2008/gabor_textproc/grep/util.c#81 (text+ko) ====
@@ -232,7 +232,7 @@
printf("%s\n", fn);
if (c && !cflag && !lflag && !Lflag &&
binbehave == BINFILE_BIN && f->binary && !qflag)
- printf(getstr(12), fn);
+ printf(getstr(9), fn);
return (c);
}
More information about the p4-projects
mailing list