summaryrefslogtreecommitdiff
path: root/japanese/iv/files/patch-bx
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/iv/files/patch-bx')
-rw-r--r--japanese/iv/files/patch-bx11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bx b/japanese/iv/files/patch-bx
new file mode 100644
index 000000000000..d5dbd2772ec4
--- /dev/null
+++ b/japanese/iv/files/patch-bx
@@ -0,0 +1,11 @@
+--- src/lib/Unidraw/stencilcomp.c.org Wed Mar 25 10:18:16 1992
++++ src/lib/Unidraw/stencilcomp.c Mon Jan 3 15:30:38 2000
+@@ -169,7 +169,7 @@
+ StencilComp* comp = (StencilComp*) GetSubject();
+ Bitmap* image, *mask;
+ comp->GetStencil()->GetOriginal(image, mask);
+- char* tag = (image == mask) ? "SSten" : "FSten";
++ const char* tag = (image == mask) ? "SSten" : "FSten";
+ Coord w = image->Width();
+ Coord h = image->Height();
+