diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-02-05 21:59:13 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-02-05 21:59:13 +0000 |
commit | 98829dc0c384ae3f41db07e9b832709771390bf2 (patch) | |
tree | 4541af3e0bd51b100abd1f1c0da8ec9d2f19cfe1 /deskutils/ical/files/patch-bitmaps-todo.xbm | |
parent | Attempt to unbreak INDEX (diff) |
deskutils/ical: udpate to 3.0.4
PR: 243520
Submitted by: fbsd@opal.com (maintainer)
Notes
Notes:
svn path=/head/; revision=525352
Diffstat (limited to 'deskutils/ical/files/patch-bitmaps-todo.xbm')
-rw-r--r-- | deskutils/ical/files/patch-bitmaps-todo.xbm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deskutils/ical/files/patch-bitmaps-todo.xbm b/deskutils/ical/files/patch-bitmaps-todo.xbm deleted file mode 100644 index 6e2484a8ddd4..000000000000 --- a/deskutils/ical/files/patch-bitmaps-todo.xbm +++ /dev/null @@ -1,10 +0,0 @@ ---- bitmaps/todo.xbm.orig 1994-12-17 21:29:49 UTC -+++ 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}; |