aboutsummaryrefslogtreecommitdiff
path: root/src/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.c')
-rw-r--r--src/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg.c b/src/cfg.c
index e0eea62..4af6829 100644
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -244,7 +244,7 @@ asgn(struct wordsplit *ws, size_t *psize)
size * sizeof(ws->ws_env[0]));
}
ws->ws_env[n] = ws->ws_wordv[0];
- ws->ws_env[n++] = NULL;
+ ws->ws_env[++n] = NULL;
}
ws->ws_wordv[0] = NULL;
*psize = size;

Return to:

Send suggestions and report system problems to the System administrator.