summaryrefslogtreecommitdiff
path: root/misc/par/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'misc/par/patches/patch-ah')
-rw-r--r--misc/par/patches/patch-ah15
1 files changed, 0 insertions, 15 deletions
diff --git a/misc/par/patches/patch-ah b/misc/par/patches/patch-ah
deleted file mode 100644
index 4adc834c2a8..00000000000
--- a/misc/par/patches/patch-ah
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2002/01/04 19:53:23 fredb Exp $
-
---- Arena/Source/image.c.orig Tue Mar 3 14:27:02 1998
-+++ Arena/Source/image.c Tue Feb 8 16:55:47 2000
-@@ -969,8 +969,8 @@
-
- GetColour(r, g, b, &ulp);
-
-- *p++ = ((char*)&ulp)[0]; /* LSB first! */
-- *p++ = ((char*)&ulp)[1];
-+ *p++ = (ulp ) & 0xFF; /* LSB first! */
-+ *p++ = (ulp >> 8) & 0xFF;
- }
- }
-