1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/misc/estic/files/patch-as
Steve Price 059a88c435 Consolidate diffs to a single file into one patch and add a boatload
of patches to fix the build on -current.
2000-02-27 15:04:16 +00:00

21 lines
605 B
Plaintext

--- 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