Revision: 45576
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45576&view=rev
Author:   bhinesley
Date:     2011-07-22 17:43:15 +0000 (Fri, 22 Jul 2011)

Log Message:
-----------
var probably still needs to be initialized when defined to prevent compiler 
warnings

Modified Paths:
--------------
    brlcad/trunk/src/libged/edit.c

Modified: brlcad/trunk/src/libged/edit.c
===================================================================
--- brlcad/trunk/src/libged/edit.c      2011-07-22 17:40:47 UTC (rev 45575)
+++ brlcad/trunk/src/libged/edit.c      2011-07-22 17:43:15 UTC (rev 45576)
@@ -1250,7 +1250,7 @@
     union edit_cmd subcmd;
     struct edit_arg *cur_arg = &subcmd.cmd_line.args;
     int idx_cur_opt = 0; /* pos in options array for current arg */
-    int conv_flags; /* for edit_strs_to_arg */
+    int conv_flags = 0; /* for edit_strs_to_arg */
     static const char * const usage = "[subcommand] [args]";
     int i; /* iterator */
     int c; /* for bu_getopt */


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

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to