diff --git a/robots/mezzanine/libmezz/mezz.c b/robots/mezzanine/libmezz/mezz.c
index 4320bf9a482cdea427377cc9b25448b396b37055..35b87d81c90a26c2687996ec8d70491ccb46739f 100644
--- a/robots/mezzanine/libmezz/mezz.c
+++ b/robots/mezzanine/libmezz/mezz.c
@@ -21,7 +21,7 @@
  * Desc: Mezzanine IPC wrapper
  * Author: Andrew Howard
  * Date: 28 Mar 2002
- * CVS: $Id: mezz.c,v 1.1 2004-12-12 23:36:33 johnsond Exp $ 
+ * CVS: $Id: mezz.c,v 1.2 2004-12-15 05:05:40 johnsond Exp $ 
  **************************************************************************/
 
 #include <errno.h>
@@ -89,7 +89,11 @@ int mezz_init(int create,char *ipcfilepath)
   else {
 	ipc->filename = strdup(ipcfilepath);
   }
+
+  printf("ipcfile = '%s'\n",ipc->filename);
   
+  strncpy(filename,ipc->filename,128);
+
   // Create a file to map
   if (create)
   {