Revision: 45825
http://brlcad.svn.sourceforge.net/brlcad/?rev=45825&view=rev
Author: bhinesley
Date: 2011-08-08 21:23:38 +0000 (Mon, 08 Aug 2011)
Log Message:
-----------
db_dup_full_path expects initialized destination parameter
Modified Paths:
--------------
brlcad/trunk/src/libged/path.c
Modified: brlcad/trunk/src/libged/path.c
===================================================================
--- brlcad/trunk/src/libged/path.c 2011-08-08 21:07:55 UTC (rev 45824)
+++ brlcad/trunk/src/libged/path.c 2011-08-08 21:23:38 UTC (rev 45825)
@@ -87,6 +87,7 @@
struct db_full_path path_tmp;
int ret;
+ db_full_path_init(&path_tmp);
db_dup_full_path(&path_tmp, path);
if (path_tmp.fp_len <= 1)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits