aboutsummaryrefslogtreecommitdiff
path: root/src/graph/viewman
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/viewman')
-rw-r--r--src/graph/viewman/fun2D.c2
-rw-r--r--src/graph/viewman/fun3D.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/viewman/fun2D.c b/src/graph/viewman/fun2D.c
index af7724d9..17fedab5 100644
--- a/src/graph/viewman/fun2D.c
+++ b/src/graph/viewman/fun2D.c
@@ -183,7 +183,7 @@ forkView2D(void)
int there;
int pipe0[2], pipe1[2];
- char envAXIOM[100],runView[100];
+ char envAXIOM[100], runView[200];
#ifdef DEBUG
fprintf(stderr,"fun2D:Pipe calls for 2D\n");
diff --git a/src/graph/viewman/fun3D.c b/src/graph/viewman/fun3D.c
index 35f79cc4..93645a29 100644
--- a/src/graph/viewman/fun3D.c
+++ b/src/graph/viewman/fun3D.c
@@ -235,7 +235,7 @@ forkView3D(int typeOfViewport)
int pipe0[2],pipe1[2];
int *anIndex;
- char envAXIOM[100],runView[100];
+ char envAXIOM[100], runView[200];
int j,k;
LLPoint *anLLPoint;
LPoint *anLPoint;