aboutsummaryrefslogtreecommitdiff
path: root/src/wordsplit.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-02-23 11:16:22 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-02-23 11:16:22 +0200
commit8241dc04501f62b613f17f5c165f915a216ba30c (patch)
treee4a453fc6f74103c01c165d170c4662e881786c6 /src/wordsplit.c
parent07838fb2e9ed5769074add028e052a3b667e67e7 (diff)
downloadgrecs-8241dc04501f62b613f17f5c165f915a216ba30c.tar.gz
grecs-8241dc04501f62b613f17f5c165f915a216ba30c.tar.bz2
Reword some diagnostics
Diffstat (limited to 'src/wordsplit.c')
-rw-r--r--src/wordsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wordsplit.c b/src/wordsplit.c
index 1045ca8..c9bd9cb 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1083,7 +1083,7 @@ expvar (struct wordsplit *wsp, const char *str, size_t len,
wsp->ws_error ("%.*s: %s",
(int) i, str, ws.ws_wordv[0]);
else
- wsp->ws_error (_("%.*s: %.*s"),
+ wsp->ws_error ("%.*s: %.*s",
(int) i, str, (int) size, defstr);
wordsplit_free (&ws);
}

Return to:

Send suggestions and report system problems to the System administrator.