From a38b3d7418b8878b46430a45982a9917d05717e5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 23 Feb 2016 11:16:22 +0200 Subject: [PATCH] Remove superfluous i18n marker --- src/wordsplit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }