summaryrefslogtreecommitdiff
blob: 78610b0f22103663d81524c01b0c227fa2ad5154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/gem/gemdisp.c b/src/gem/gemdisp.c
index 01f277f..96d5851 100644
--- a/src/gem/gemdisp.c
+++ b/src/gem/gemdisp.c
@@ -1631,7 +1631,7 @@ VPUBLIC void Gem_writeDX(Gem *thee, Vio *sock,
 VPUBLIC void Gem_writeTEC(Gem *thee, Vio *sock,
     int fldKey, double *defX[MAXV])
 {
-    char str1[10], str2[10];
+    char str1[16], str2[16];
     int i, j, vec, dim, dimII, dimVV, numVV, numSS;
     VV *vx;
     SS *sm;