summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1a76f5a..10cfff8 100644
--- a/main.c
+++ b/main.c
@@ -598,7 +598,7 @@ main (argc, argv, envp)
}
/* Now allocate a buffer big enough and fill it. */
- p = value = alloca (len);
+ p = value = (char *) alloca (len);
for (cv = command_variables; cv != 0; cv = cv->next)
{
v = cv->variable;