mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-25 16:19:54 +03:00
Remove superfluous i18n marker
This commit is contained in:
parent
85ece41c6d
commit
a38b3d7418
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue