Revision: 54085
http://brlcad.svn.sourceforge.net/brlcad/?rev=54085&view=rev
Author: carlmoore
Date: 2012-12-18 16:47:08 +0000 (Tue, 18 Dec 2012)
Log Message:
-----------
revision to avoid hardwiring of separator '/'
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/dsp/dsp.c
Modified: brlcad/trunk/src/librt/primitives/dsp/dsp.c
===================================================================
--- brlcad/trunk/src/librt/primitives/dsp/dsp.c 2012-12-18 15:15:16 UTC (rev
54084)
+++ brlcad/trunk/src/librt/primitives/dsp/dsp.c 2012-12-18 16:47:08 UTC (rev
54085)
@@ -4089,8 +4089,8 @@
bu_open_mapped_file_with_path(dbip->dbi_filepath,
bu_vls_addr(&dsp_ip->dsp_name), "dsp");
if (!mf) {
- bu_log("mapped file open failure: %s/%s\n",
- *dbip->dbi_filepath,bu_vls_addr(&dsp_ip->dsp_name));
+ bu_log("mapped file open failure: %s%c%s\n",
+
*dbip->dbi_filepath,BU_DIR_SEPARATOR,bu_vls_addr(&dsp_ip->dsp_name));
return 0;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits