aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wordsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wordsplit.c b/src/wordsplit.c
index dab6c4d..5468297 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -2402,3 +2402,3 @@ wordsplit_run (const char *command, size_t length, struct wordsplit *wsp,
if (!(flags & WRDSF_INCREMENTAL))
- return EINVAL;
+ return _wsplt_seterr (wsp, WRDSE_USAGE);

Return to:

Send suggestions and report system problems to the System administrator.