Revision: 73186
          http://sourceforge.net/p/brlcad/code/73186
Author:   starseeker
Date:     2019-05-26 16:23:22 +0000 (Sun, 26 May 2019)
Log Message:
-----------
whoops - rev, not revision_number

Modified Paths:
--------------
    brlcad/trunk/misc/repoconv/svnfexport/common_structs.h

Modified: brlcad/trunk/misc/repoconv/svnfexport/common_structs.h
===================================================================
--- brlcad/trunk/misc/repoconv/svnfexport/common_structs.h      2019-05-26 
16:21:12 UTC (rev 73185)
+++ brlcad/trunk/misc/repoconv/svnfexport/common_structs.h      2019-05-26 
16:23:22 UTC (rev 73186)
@@ -116,7 +116,7 @@
     if (branch_mappings.find(branch_git) != branch_mappings.end()) {
        // TODO - some of these mappings are rev number specific...
        branch_svn = branch_mappings[branch_git];
-       if (rev.revision_number < 36472 && branch_svn == std::string("dmtogl")) 
{
+       if (rev < 36472 && branch_svn == std::string("dmtogl")) {
            branch_svn = std::string("dmtogl-branch");
        }
     } else {

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