Revision: 48473
http://brlcad.svn.sourceforge.net/brlcad/?rev=48473&view=rev
Author: starseeker
Date: 2012-01-12 01:25:18 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
Can't report that wdbp is null to the interpreter when the data structure
containing the pointer to the interpreter (wdbp) is null - just return
TCL_ERROR. CID 1740
Modified Paths:
--------------
brlcad/trunk/src/libged/wdb_obj.c
Modified: brlcad/trunk/src/libged/wdb_obj.c
===================================================================
--- brlcad/trunk/src/libged/wdb_obj.c 2012-01-12 01:22:12 UTC (rev 48472)
+++ brlcad/trunk/src/libged/wdb_obj.c 2012-01-12 01:25:18 UTC (rev 48473)
@@ -9763,7 +9763,6 @@
const char *oname) /* object name */
{
if (wdbp == RT_WDB_NULL) {
- Tcl_AppendResult(wdbp->wdb_interp, "wdb_init_cmd ", oname, " failed",
NULL);
return TCL_ERROR;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits