mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
- Submitter becomes maintainer - While here add missing dependencies http://beefy11.nyi.freebsd.org/data/head-i386-default/p473790_s335878/logs/ical-2.2_4.log PR: 226799 Reported by: bob@immure.com Submitted by: fbsd@opal.com
10 lines
418 B
C
10 lines
418 B
C
--- bitmaps/sright.xbm.orig 1994-12-17 21:41:34 UTC
|
|
+++ bitmaps/sright.xbm
|
|
@@ -1,6 +1,6 @@
|
|
#define sright_width 16
|
|
#define sright_height 16
|
|
-static char sright_bits[] = {
|
|
+static unsigned char sright_bits[] = {
|
|
0x00, 0x00, 0x30, 0x00, 0x70, 0x00, 0xf0, 0x00, 0xf0, 0x01, 0xf0, 0x03,
|
|
0xf0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x07, 0xf0, 0x03, 0xf0, 0x01,
|
|
0xf0, 0x00, 0x70, 0x00, 0x30, 0x00, 0x00, 0x00};
|