1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/iv/files/patch-bv
1999-12-29 07:47:39 +00:00

12 lines
462 B
Plaintext

--- src/lib/Unidraw/stencilcomp.c.orig Tue Dec 28 23:12:07 1999
+++ src/lib/Unidraw/stencilcomp.c Tue Dec 28 23:12:27 1999
@@ -169,7 +169,7 @@
StencilComp* comp = (StencilComp*) GetSubject();
Bitmap* image, *mask;
comp->GetStencil()->GetOriginal(image, mask);
- char* tag = (image == mask) ? "SSten" : "FSten";
+ char* tag = (image == mask) ? (char*)"SSten" : (char*)"FSten";
Coord w = image->Width();
Coord h = image->Height();