Revision: 57046
          http://sourceforge.net/p/brlcad/code/57046
Author:   starseeker
Date:     2013-08-21 21:22:30 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
Ah, right, don't have the helper function here.

Modified Paths:
--------------
    brlcad/trunk/src/other/stepcode/src/express/express.c

Modified: brlcad/trunk/src/other/stepcode/src/express/express.c
===================================================================
--- brlcad/trunk/src/other/stepcode/src/express/express.c       2013-08-21 
21:07:08 UTC (rev 57045)
+++ brlcad/trunk/src/other/stepcode/src/express/express.c       2013-08-21 
21:22:30 UTC (rev 57046)
@@ -253,7 +253,7 @@
 void EXPRESSusage( int _exit ) {
     fprintf( stderr, "usage: %s [-v] [-d #] [-p <object_type>] {-w|-i 
<warning>} express_file\n", EXPRESSprogram_name );
     fprintf( stderr, "where\t-v produces the following version description:\n" 
);
-    print_fedex_version();
+    fprintf( stderr, "Build info for %s: 
%s\nhttp://github.com/stepcode/stepcode\n";, EXPRESSprogram_name, sc_version() );
     fprintf( stderr, "\t-d turns on debugging (\"-d 0\" describes this 
further\n" );
     fprintf( stderr, "\t-p turns on printing when processing certain objects 
(see below)\n" );
     fprintf( stderr, "\t-w warning enable\n" );

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to