Revision: 41458
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41458&view=rev
Author:   brlcad
Date:     2010-11-24 17:59:15 +0000 (Wed, 24 Nov 2010)

Log Message:
-----------
the bits array needs to be unsigned

Modified Paths:
--------------
    brlcad/trunk/src/util/bombardier.h

Modified: brlcad/trunk/src/util/bombardier.h
===================================================================
--- brlcad/trunk/src/util/bombardier.h  2010-11-24 15:07:20 UTC (rev 41457)
+++ brlcad/trunk/src/util/bombardier.h  2010-11-24 17:59:15 UTC (rev 41458)
@@ -27,7 +27,7 @@
 #define bomb_icon_width 192
 #define bomb_icon_height 56
 
-static char bomb_icon_bits[] = {
+static unsigned char bomb_icon_bits[] = {
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0,
     0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x3f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60,


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to