Difference for socket/item.c from version 1.31 to 1.32


version 1.31 version 1.32
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *    "$Id: item.c,v 1.31 2005/04/30 15:39:33 ryo_saeba Exp $";   *    "$Id: item.c,v 1.32 2005/07/14 09:18:57 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 618
 
Line 618
     object *op = esrv_get_ob_from_count(pl->ob, tag);      object *op = esrv_get_ob_from_count(pl->ob, tag);
   
     if (!op) {      if (!op) {
  LOG(llevDebug, "Player '%s' tried examine the unknown object (%d)\n",   LOG(llevDebug, "Player '%s' tried examine the unknown object (%ld)\n",
      pl->ob->name, tag);       pl->ob->name, tag);
  return;   return;
     }      }


Legend:
line(s) removed in v.1.31 
line(s) changed
 line(s) added in v.1.32

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:35