aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pies.c b/src/pies.c
index 2767d0a..71faf91 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -585,7 +585,6 @@ _cb_env (enum grecs_callback_command cmd,
585 grecs_locus_t *locus, 585 grecs_locus_t *locus,
586 void *varptr, grecs_value_t *value, void *cb_data) 586 void *varptr, grecs_value_t *value, void *cb_data)
587{ 587{
588 int argc;
589 char **argv; 588 char **argv;
590 char ***penv = varptr; 589 char ***penv = varptr;
591 struct wordsplit ws; 590 struct wordsplit ws;
@@ -598,8 +597,8 @@ _cb_env (enum grecs_callback_command cmd,
598 grecs_error (locus, 0, "wordsplit: %s", strerror (errno)); 597 grecs_error (locus, 0, "wordsplit: %s", strerror (errno));
599 return 1; 598 return 1;
600 } 599 }
601 argc = ws.ws_wordc;
602 argv = ws.ws_wordv; 600 argv = ws.ws_wordv;
601 ws.ws_wordc = 0;
603 ws.ws_wordv = NULL; 602 ws.ws_wordv = NULL;
604 break; 603 break;
605 604

Return to:

Send suggestions and report system problems to the System administrator.