Revision: 53730
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53730&view=rev
Author:   brlcad
Date:     2012-11-16 18:13:09 +0000 (Fri, 16 Nov 2012)
Log Message:
-----------
init to char 0 instead of value 0 since that's what it checks

Modified Paths:
--------------
    brlcad/trunk/src/liboptical/sh_prj.c

Modified: brlcad/trunk/src/liboptical/sh_prj.c
===================================================================
--- brlcad/trunk/src/liboptical/sh_prj.c        2012-11-16 18:02:29 UTC (rev 
53729)
+++ brlcad/trunk/src/liboptical/sh_prj.c        2012-11-16 18:13:09 UTC (rev 
53730)
@@ -516,7 +516,7 @@
                   
img_sp->i_datasrc==IMG_SRC_OBJECT?"object":img_sp->i_datasrc==IMG_SRC_FILE?"file":"auto");
 
            /* skip this one */
-           img_sp->i_through=0;
+           img_sp->i_through='0';
            HREVERSE(img_sp->i_plane, img_sp->i_plane);
 
            return -1;

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to