Revision: 68929
          http://sourceforge.net/p/brlcad/code/68929
Author:   starseeker
Date:     2016-09-28 22:12:48 +0000 (Wed, 28 Sep 2016)
Log Message:
-----------
initialize separator char (build problem reported by Vasco Alexandre da Silva 
Costa)

Modified Paths:
--------------
    brlcad/trunk/src/libbu/color.c

Modified: brlcad/trunk/src/libbu/color.c
===================================================================
--- brlcad/trunk/src/libbu/color.c      2016-09-28 22:01:42 UTC (rev 68928)
+++ brlcad/trunk/src/libbu/color.c      2016-09-28 22:12:48 UTC (rev 68929)
@@ -290,7 +290,7 @@
 bu_color_from_str(struct bu_color *color, const char *str)
 {
     size_t i;
-    char separator;
+    char separator = '\0';
     int mode = 0;
 
     BU_COLOR_INIT(color);

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to