Difference for common/treasure.c from version 1.38.2.1 to 1.38.2.2


version 1.38.2.1 version 1.38.2.2
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.38.2.1 2003/09/15 00:04:00 mwedel Exp $";   *   "$Id: treasure.c,v 1.38.2.2 2003/09/16 04:20:49 mwedel Exp $";
  */   */
   
 /*  /*
Line 1387
 
Line 1387
     op->msg = add_refcount(change->msg);      op->msg = add_refcount(change->msg);
   }    }
   /* GROS: Added support for event_... in artifact file */    /* GROS: Added support for event_... in artifact file */
   for(j=0;j<20;j++)    for(j=0;j<NR_EVENTS;j++)
   {    {
     event *evt;      event *evt;
     event *evt2;      event *evt2;
Line 1439
 
Line 1439
  evt2->next = NULL;   evt2->next = NULL;
         evt2->hook = add_refcount(evt->hook);          evt2->hook = add_refcount(evt->hook);
         evt2->plugin = add_refcount(evt->plugin);          evt2->plugin = add_refcount(evt->plugin);
    evt2->type = j;
   
         if (evt->options)          if (evt->options)
             evt2->options = add_refcount(evt->options);              evt2->options = add_refcount(evt->options);


Legend:
line(s) removed in v.1.38.2.1 
line(s) changed
 line(s) added in v.1.38.2.2

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