Difference for common/arch.c from version 1.16 to 1.17


version 1.16 version 1.17
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: arch.c,v 1.16 2001/11/27 04:33:46 michtoen Exp $";   *   "$Id: arch.c,v 1.17 2001/12/03 07:51:39 mwedel Exp $";
  */   */
   
 /*  /*
Line 339
 
Line 339
       if(prev!=NULL)        if(prev!=NULL)
         prev->next=at;          prev->next=at;
       prev=last_more=at;        prev=last_more=at;
   #if 0
       if(!op->type)        if(!op->type)
           LOG(llevDebug," WARNING: Archetype %s has no type info!\n", op->arch->name);            LOG(llevDebug," WARNING: Archetype %s has no type info!\n", op->arch->name);
   #endif
               
       op->quick_pos = 0; /* assume as base a single arch */        op->quick_pos = 0; /* assume as base a single arch */
       at->clone.quick_pos = 0; /* sic */        at->clone.quick_pos = 0; /* sic */


Legend:
line(s) removed in v.1.16 
line(s) changed
 line(s) added in v.1.17

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