openbsd-ports/net/nam/patches/patch-paint_cc
sturm 0014f4a521 update to nam 1.9
from some Nico <openbsd@softhome.net>
2003-10-29 22:14:43 +00:00

13 lines
351 B
Plaintext

$OpenBSD: patch-paint_cc,v 1.2 2003/10/29 22:14:43 sturm Exp $
--- paint.cc.orig 2003-08-20 03:37:54.000000000 -0400
+++ paint.cc 2003-08-20 03:38:15.000000000 -0400
@@ -70,7 +70,7 @@ Paint::Paint()
thick_ = lookup("black", 3);
thin_ = lookup("black", 1);
- xor_ = lookupXor("black", 1);
+ eor_ = lookupXor("black", 1);
}
void Paint::init()