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
@@ -1080,13 +1080,13 @@ expvar (struct wordsplit *wsp, const char *str, size_t len,
1080 (wsp->ws_flags & 1080 (wsp->ws_flags &
1081 (WRDSF_NOVAR | WRDSF_NOCMD))); 1081 (WRDSF_NOVAR | WRDSF_NOCMD)));
1082 if (rc == 0) 1082 if (rc == 0)
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 }
1090 } 1090 }
1091 value = NULL; 1091 value = NULL;
1092 } 1092 }

Return to:

Send suggestions and report system problems to the System administrator.