Difference for common/arch.c from version 1.14 to 1.15


version 1.14 version 1.15
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_arch_c =   * static char *rcsid_arch_c =
  *   "$Id: arch.c,v 1.14 2001/11/06 01:31:52 michtoen Exp $";   *   "$Id: arch.c,v 1.15 2001/11/17 21:25:21 michtoen Exp $";
  */   */
   
 /*  /*
Line 474
 
Line 474
   close_and_delete(fp, comp);    close_and_delete(fp, comp);
   fp=open_and_uncompress(filename,0,&comp);    fp=open_and_uncompress(filename,0,&comp);
   
   LOG(llevDebug," loading treasure...");    LOG(llevDebug," loading treasure...\n");
   load_treasures();    load_treasures();
   LOG(llevDebug,"done\n arch-pass 2...");    LOG(llevDebug," done\n arch-pass 2...\n");
   second_arch_pass(fp);    second_arch_pass(fp);
   LOG(llevDebug,"done\n");    LOG(llevDebug,"done\n");
 #ifdef DEBUG  #ifdef DEBUG


Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15

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