aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/japanese/iv/files/patch-bx b/japanese/iv/files/patch-bx
deleted file mode 100644
index d5dbd2772ec4..000000000000
--- a/japanese/iv/files/patch-bx
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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();
-