Difference for common/friend.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 54
 
Line 54
       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;
     }      }


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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