aboutsummaryrefslogtreecommitdiff
path: root/src/wordsplit.c
diff options
context:
space:
mode:
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,
1083 wsp->ws_error ("%.*s: %s", 1083 wsp->ws_error ("%.*s: %s",
1084 (int) i, str, ws.ws_wordv[0]); 1084 (int) i, str, ws.ws_wordv[0]);
1085 else 1085 else
1086 wsp->ws_error (_("%.*s: %.*s"), 1086 wsp->ws_error ("%.*s: %.*s",
1087 (int) i, str, (int) size, defstr); 1087 (int) i, str, (int) size, defstr);
1088 wordsplit_free (&ws); 1088 wordsplit_free (&ws);
1089 } 1089 }

Return to:

Send suggestions and report system problems to the System administrator.