mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f7bef7e8d2
on -current again.
12 lines
462 B
Plaintext
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();
|
|
|