Difference for server/time.c from version 1.47 to 1.48


version 1.47 version 1.48
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_time_c =   * static char *rcsid_time_c =
  *    "$Id: time.c,v 1.47 2002/12/25 06:45:46 garbled Exp $";   *    "$Id: time.c,v 1.48 2002/12/31 07:19:08 mwedel Exp $";
  */   */
   
 /*  /*
Line 536
 
Line 536
     op->stats.dam= op->stats.hp;      op->stats.dam= op->stats.hp;
     op->attacktype = op->stats.grace;      op->attacktype = op->stats.grace;
     if (op->slaying != NULL)      if (op->slaying != NULL)
  free(op->slaying);   free_string (op->slaying);
     if (op->spellarg != NULL) {      if (op->spellarg != NULL) {
  op->slaying = strdup(op->spellarg);   op->slaying = add_string(op->spellarg);
  free(op->spellarg);   free(op->spellarg);
     } else      } else
  op->slaying = NULL;   op->slaying = NULL;


Legend:
line(s) removed in v.1.47 
line(s) changed
 line(s) added in v.1.48

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:52