summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/estic/files/patch-window.cc')
-rw-r--r--misc/estic/files/patch-window.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/estic/files/patch-window.cc b/misc/estic/files/patch-window.cc
new file mode 100644
index 000000000000..e422f6f8cb1a
--- /dev/null
+++ b/misc/estic/files/patch-window.cc
@@ -0,0 +1,20 @@
+--- spunk/window.cc.orig Sat Feb 26 18:05:58 2000
++++ spunk/window.cc Sat Feb 26 18:06:16 2000
+@@ -1395,7 +1395,7 @@
+ // Write a string to the inner window. Note: Attr is an index, not a real
+ // attribute !
+ {
+- const BufSize = 256;
++ const int BufSize = 256;
+ u16 Buf [256];
+
+ // Check if the given string is empty
+@@ -1517,7 +1517,7 @@
+ // Write a string to the inner window. Note: Attr is an index, not a real
+ // attribute !
+ {
+- const BufSize = 256;
++ const int BufSize = 256;
+ u16 Buf [BufSize];
+
+ // If the Y coord is outside the inner window, there is nothing to do