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 86d4f4b..1045ca8 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -2283,7 +2283,7 @@ wordsplit_free (struct wordsplit *ws)
2283} 2283}
2284 2284
2285void 2285void
2286wordsplit_getwords (struct wordsplit *ws, int *wordc, char ***wordv) 2286wordsplit_getwords (struct wordsplit *ws, size_t *wordc, char ***wordv)
2287{ 2287{
2288 char **p = realloc (ws->ws_wordv, 2288 char **p = realloc (ws->ws_wordv,
2289 (ws->ws_wordc + 1) * sizeof (ws->ws_wordv[0])); 2289 (ws->ws_wordc + 1) * sizeof (ws->ws_wordv[0]));

Return to:

Send suggestions and report system problems to the System administrator.