Difference for common/arch.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: arch.c,v 1.30 2005/05/03 18:31:04 ryo_saeba Exp $";   *   "$Id: arch.c,v 1.31 2005/07/15 13:51:48 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 281
 
Line 281
   
 void arch_info(object *op) {  void arch_info(object *op) {
   sprintf(errmsg,"%d searches and %d strcmp()'s",arch_search,arch_cmp);    sprintf(errmsg,"%d searches and %d strcmp()'s",arch_search,arch_cmp);
   (*draw_info_func)(NDI_BLACK, 0, op,errmsg);    new_draw_info(NDI_BLACK, 0, op,errmsg);
 }  }
   
 /*  /*


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

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