version 1.43 | version 1.44 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* 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 $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
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:
|