Revision: 55846
          http://sourceforge.net/p/brlcad/code/55846
Author:   carlmoore
Date:     2013-06-25 21:52:09 +0000 (Tue, 25 Jun 2013)
Log Message:
-----------
add underscores to printed names, to match the usage statement

Modified Paths:
--------------
    brlcad/trunk/src/fb/fbgammamod.c

Modified: brlcad/trunk/src/fb/fbgammamod.c
===================================================================
--- brlcad/trunk/src/fb/fbgammamod.c    2013-06-25 21:29:36 UTC (rev 55845)
+++ brlcad/trunk/src/fb/fbgammamod.c    2013-06-25 21:52:09 UTC (rev 55846)
@@ -171,9 +171,9 @@
     post_gam = atof(argv[bu_optind+12]);
 
     if (verbose) {
-       fprintf(stderr, "r+ = %g, r* = %g, r gam=%g\n", ra, rm, rg);
-       fprintf(stderr, "g+ = %g, g* = %g, g gam=%g\n", ga, gm, gg);
-       fprintf(stderr, "b+ = %g, b* = %g, b gam=%g\n", ba, bm, bg);
+       fprintf(stderr, "r+ = %g, r* = %g, r_gam=%g\n", ra, rm, rg);
+       fprintf(stderr, "g+ = %g, g* = %g, g_gam=%g\n", ga, gm, gg);
+       fprintf(stderr, "b+ = %g, b* = %g, b_gam=%g\n", ba, bm, bg);
        fprintf(stderr, "pre_gam = %g, + = %g, * = %g, post_gam = %g\n",
                pre_gam, add, mul, post_gam);
     }

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to