--- deliantra/server/socket/request.C 2006/08/29 08:01:38 1.12 +++ deliantra/server/socket/request.C 2006/09/03 00:18:43 1.13 @@ -1,6 +1,6 @@ /* * static char *rcsid_init_c = - * "$Id: request.C,v 1.12 2006/08/29 08:01:38 root Exp $"; + * "$Id: request.C,v 1.13 2006/09/03 00:18:43 root Exp $"; */ /* @@ -596,7 +596,7 @@ if ((!FindSmooth (face, &smoothface)) && (!FindSmooth ( smooth_face->number, &smoothface))) { - LOG(llevError,"could not findsmooth for %d. Neither default (%s)\n",face,smooth_face->name); + LOG(llevError,"could not findsmooth for %d. Neither default (%s)\n", face, &smooth_face->name); ns->faces_sent[face] |= NS_FACESENT_SMOOTH; return; } @@ -2119,7 +2119,7 @@ strcpy((char*)sl.buf,"replyinfo skill_info\n"); for (i=1; i< NUM_SKILLS; i++) { sprintf((char*)sl.buf + strlen((char*)sl.buf), "%d:%s\n", i + CS_STAT_SKILLINFO, - skill_names[i]); + &skill_names[i]); } sl.len = strlen((char*)sl.buf); if (sl.len >= MAXSOCKBUF) {