From: Jim Meyering Date: Wed, 3 Jan 2001 11:36:10 +0000 (+0000) Subject: (main): Remove embedded \n from diagnostic. X-Git-Tag: FILEUTILS-4_0_36~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0439c24052c33840c08ba6a3ab9bc607cff4d4a;p=thirdparty%2Fcoreutils.git (main): Remove embedded \n from diagnostic. --- diff --git a/src/sort.c b/src/sort.c index 267f763679..d49bf73838 100644 --- a/src/sort.c +++ b/src/sort.c @@ -2188,7 +2188,7 @@ lacks following character offset")); { /* Provoke with `sort -k1.0' */ error (0, 0, _("starting field character offset \ -argument to the `-k' option\nmust be positive")); +argument to the `-k' option must be positive")); badfieldspec (argv[i]); } }