Revision: 44749
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44749&view=rev
Author:   erikgreenwald
Date:     2011-06-06 20:03:12 +0000 (Mon, 06 Jun 2011)

Log Message:
-----------
fix missing argument to bu_log and bu_free

Modified Paths:
--------------
    brlcad/trunk/src/fb/ioutil.c

Modified: brlcad/trunk/src/fb/ioutil.c
===================================================================
--- brlcad/trunk/src/fb/ioutil.c        2011-06-06 19:56:11 UTC (rev 44748)
+++ brlcad/trunk/src/fb/ioutil.c        2011-06-06 20:03:12 UTC (rev 44749)
@@ -44,10 +44,10 @@
     bu_vls_printf(&str, format, ap);
     tmp_basename = bu_basename(bu_getprogname());
 
-    bu_log("%s: %V\n", , &str);
+    bu_log("%s: %V\n", tmp_basename, &str);
 
     bu_vls_free(&str);
-    bu_free(tmp_basename);
+    bu_free(tmp_basename, "bu_basename");
 }
 
 


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

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to