aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/htinp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/htinp.c')
-rw-r--r--src/hyper/htinp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/htinp.c b/src/hyper/htinp.c
index 7799c194..b44047f8 100644
--- a/src/hyper/htinp.c
+++ b/src/hyper/htinp.c
@@ -439,7 +439,7 @@ send_command(char *command,int com_type)
}
else {
FILE *f;
- char name[512], str[512]/*, *c*/;
+ char name[512], str[1024]/*, *c*/;
sprintf(name, "/tmp/hyper%s.input", oa_getenv("SPADNUM"));
f = fopen(name, "w");