Revision: 41536
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41536&view=rev
Author:   starseeker
Date:     2010-12-07 17:24:05 +0000 (Tue, 07 Dec 2010)

Log Message:
-----------
Work around value computed is not used error.

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 17:15:58 UTC (rev 
41535)
+++ brlcad/branches/cmake/src/libbu/parse.c     2010-12-07 17:24:05 UTC (rev 
41536)
@@ -1299,7 +1299,7 @@
                                    bu_vls_putc(&tmpstr, '\\');
                            }
                            bu_vls_putc(&tmpstr, *loc);
-                           *loc++;
+                           *loc = *loc + 1;
                    }
                    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