2013-09-26 17:14:40 +02:00

15 lines
488 B
Plaintext

$NetBSD: patch-ah,v 1.2 2004/01/01 19:23:48 darcy Exp $
--- operation.c.orig 1998-04-15 21:50:01.000000000 -0400
+++ operation.c
@@ -257,8 +257,7 @@
setFunctionCopyInvertedCB(Widget w, XtPointer junk, XtPointer junk2)
{
gcFunction = 12;
- printf("global graphics function change to Copy-Inverted
-function");
+ printf("global graphics function change to Copy-Inverted function");
printf(", minterm %d\n", gcFunction);
}