Revision: 65187
          http://sourceforge.net/p/brlcad/code/65187
Author:   starseeker
Date:     2015-06-04 20:28:10 +0000 (Thu, 04 Jun 2015)
Log Message:
-----------
print, then subtract

Modified Paths:
--------------
    brlcad/trunk/src/conv/gcv/gcv.cpp

Modified: brlcad/trunk/src/conv/gcv/gcv.cpp
===================================================================
--- brlcad/trunk/src/conv/gcv/gcv.cpp   2015-06-04 20:26:24 UTC (rev 65186)
+++ brlcad/trunk/src/conv/gcv/gcv.cpp   2015-06-04 20:28:10 UTC (rev 65187)
@@ -391,9 +391,8 @@
        if (!skip_in && !skip_out) {
            if (uac > 1) {
                bu_vls_sprintf(&in_path_raw, "%s", uav[uac - 2]);
-               uac--;
                bu_vls_sprintf(&out_path_raw, "%s", uav[uac - 1]);
-               uac--;
+               uac = uac -2;
            } else {
                bu_vls_sprintf(&in_path_raw, "%s", uav[uac - 1]);
                uac--;

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