summarylogtreecommitdiffstats
path: root/longer_formulas.patch
diff options
context:
space:
mode:
authorConnor Behan2015-06-08 15:21:30 -0400
committerConnor Behan2015-06-08 15:21:30 -0400
commitc29326187aba75a296d164dd1efb423c24ad002d (patch)
treea93f71ca00cd8e6419a79b48e8438137b75607ae /longer_formulas.patch
downloadaur-c29326187aba75a296d164dd1efb423c24ad002d.tar.gz
Initial import
Diffstat (limited to 'longer_formulas.patch')
-rw-r--r--longer_formulas.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/longer_formulas.patch b/longer_formulas.patch
new file mode 100644
index 000000000000..2b4861bc0d75
--- /dev/null
+++ b/longer_formulas.patch
@@ -0,0 +1,12 @@
+diff -ru grace-5.1.23.orig/src/setwin.c grace-5.1.23/src/setwin.c
+--- grace-5.1.23.orig/src/setwin.c 2013-12-26 14:12:41.000000000 -0800
++++ grace-5.1.23/src/setwin.c 2013-12-26 14:16:56.000000000 -0800
+@@ -695,7 +695,7 @@
+ char **cells[MAX_SET_COLS];
+ char *rowlabels[MAX_SET_COLS];
+ short column_widths[1] = {50};
+- int column_maxlengths[1] = {256};
++ int column_maxlengths[1] = {8192};
+
+ levalui.top = CreateDialogForm(app_shell, "Load & evaluate");
+