--- deliantra/server/common/map.C 2006/08/31 06:23:19 1.17 +++ deliantra/server/common/map.C 2006/08/31 17:54:14 1.18 @@ -1,6 +1,6 @@ /* * static char *rcsid_map_c = - * "$Id: map.C,v 1.17 2006/08/31 06:23:19 root Exp $"; + * "$Id: map.C,v 1.18 2006/08/31 17:54:14 root Exp $"; */ /* @@ -530,7 +530,7 @@ * or editor will not be able to do anything with it either. */ if (op->arch==NULL) { - LOG(llevDebug,"Discarding object without arch: %s\n", op->name?op->name:"(null)"); + LOG(llevDebug,"Discarding object without arch: %s\n", op->name?(const char *)op->name:"(null)"); continue; }