summaryrefslogtreecommitdiff
path: root/time/ical/patches/patch-bitmaps_todo.xbm
blob: cc76c5f96112ccb990486f0c88a5564b770359a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-bitmaps_todo.xbm,v 1.1 2018/02/18 23:50:36 he Exp $

--- bitmaps/todo.xbm.orig	2009-01-18 13:18:18.000000000 +0000
+++ bitmaps/todo.xbm
@@ -1,6 +1,6 @@
 #define todo_width 16
 #define todo_height 16
-static char todo_bits[] = {
+static unsigned char todo_bits[] = {
    0x00, 0x00, 0xff, 0x7f, 0xff, 0x7f, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60,
    0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60,
    0x03, 0x60, 0x03, 0x60, 0xff, 0x7f, 0xff, 0x7f};