Revision: 41543
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41543&view=rev
Author:   starseeker
Date:     2010-12-07 20:28:13 +0000 (Tue, 07 Dec 2010)

Log Message:
-----------
the 'workaround' apparently wasn't right, revert for now.

Modified Paths:
--------------
    brlcad/branches/cmake/src/libbu/parse.c

Modified: brlcad/branches/cmake/src/libbu/parse.c
===================================================================
--- brlcad/branches/cmake/src/libbu/parse.c     2010-12-07 20:08:41 UTC (rev 
41542)
+++ brlcad/branches/cmake/src/libbu/parse.c     2010-12-07 20:28:13 UTC (rev 
41543)
@@ -1299,7 +1299,7 @@
                                    bu_vls_putc(&tmpstr, '\\');
                            }
                            bu_vls_putc(&tmpstr, *loc);
-                           *loc = *loc + 1;
+                           *loc++;
                    }
                    bu_vls_printf(vls, "%s=\"%s\"", sdp->sp_name, 
bu_vls_addr(&tmpstr));
                    bu_vls_free(&tmpstr);


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

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to