summarylogtreecommitdiffstats
path: root/linrad-gcc_11_1_0.patch
blob: 8a08e649cd821a5b394b462ea5f55554f3c6c848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: globdef.h
===================================================================
--- globdef.h	(revision 993)
+++ globdef.h	(revision 994)
@@ -438,7 +438,7 @@
 // Structure for printing time stamps on waterfall graphs
 typedef struct {
 int line;
-char text[10];
+char text[12];
 }WATERF_TIMES;
 
 // *******************************************