version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* static char *rcsid_friend_c = | | * static char *rcsid_friend_c = |
* "$Id: friend.c,v 1.2 1999/07/13 06:02:41 cvs Exp $"; | | * "$Id: friend.c,v 1.3 2000/06/08 16:08:41 jec Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
prev=prev->next; | | prev=prev->next; |
if(prev==NULL||prev->next==NULL|| | | if(prev==NULL||prev->next==NULL|| |
prev->next->ob!=op||prev->next->id!=op->count) { | | prev->next->ob!=op||prev->next->id!=op->count) { |
LOG(llevDebug,"Remove_friendly_object: Can't find object %s (%d).\n", | | LOG(llevError,"Remove_friendly_object: Can't find object %s (%d).\n", |
op->name,op->count); | | op->name,op->count); |
return; | | return; |
} | | } |