Revision: 57237
          http://sourceforge.net/p/brlcad/code/57237
Author:   tbrowder2
Date:     2013-08-28 20:40:06 +0000 (Wed, 28 Aug 2013)
Log Message:
-----------
add new var for new display formats

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

Modified: brlcad/trunk/src/libged/attr.c
===================================================================
--- brlcad/trunk/src/libged/attr.c      2013-08-28 20:39:08 UTC (rev 57236)
+++ brlcad/trunk/src/libged/attr.c      2013-08-28 20:40:06 UTC (rev 57237)
@@ -118,6 +118,7 @@
 
     /* for pretty printing */
     int max_attr_name_len  = 0;
+    int max_attr_value_len = 0;
 
     GED_CHECK_DATABASE_OPEN(gedp, GED_ERROR);
     GED_CHECK_ARGC_GT_0(gedp, argc, GED_ERROR);

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


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to