aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/split3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/split3.c b/lib/split3.c
index ee302e8..e7e8c85 100644
--- a/lib/split3.c
+++ b/lib/split3.c
@@ -79,5 +79,5 @@ strsplit3 (const char *input, char *result[3], int flag)
result[1] = tmp[1];
result[2] = tmp[2];
}
- return 0;
+ return rc;
}

Return to:

Send suggestions and report system problems to the System administrator.