Difference for server/pets.c from version 1.43 to 1.44


version 1.43 version 1.44
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_pets_c =   * static char *rcsid_pets_c =
  *    "$Id: pets.c,v 1.43 2006/05/05 09:26:35 ryo_saeba Exp $";   *    "$Id: pets.c,v 1.44 2006/06/08 04:30:17 qal21 Exp $";
  */   */
   
 /*  /*
Line 967
 
Line 967
  towner = 0;    towner = 0;
  }   }
    
  /* if the pet has now owner, exit with error */   /* if the pet has no owner, exit with error */
  if (rowner == NULL) {   if (rowner == NULL) {
  LOG(llevError,"Pet has no owner.\n");   LOG(llevError,"Pet has no owner.\n");
  return 0;   return 0;


Legend:
line(s) removed in v.1.43 
line(s) changed
 line(s) added in v.1.44

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