Revision: 42171
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42171&view=rev
Author:   brlcad
Date:     2011-01-12 19:55:08 +0000 (Wed, 12 Jan 2011)

Log Message:
-----------
init to zero, another bu_exit failure to communicate.

Modified Paths:
--------------
    brlcad/trunk/src/util/imgdims.c

Modified: brlcad/trunk/src/util/imgdims.c
===================================================================
--- brlcad/trunk/src/util/imgdims.c     2011-01-12 19:49:20 UTC (rev 42170)
+++ brlcad/trunk/src/util/imgdims.c     2011-01-12 19:55:08 UTC (rev 42171)
@@ -101,7 +101,7 @@
     int ch;
     int how = BELIEVE_NAME;
     int nm_bytes = -1;
-    int nm_pixels;
+    int nm_pixels = 0;
     unsigned long int width;
     unsigned long int height;
     struct stat stat_buf;


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to