Difference for server/main.c from version 1.56 to 1.57


version 1.56 version 1.57
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.56 2002/01/02 06:53:23 garbled Exp $";   *    "$Id: main.c,v 1.57 2002/01/02 22:59:00 garbled Exp $";
  */   */
   
 /*  /*
Line 941
 
Line 941
 #ifdef RECYCLE_TMP_MAPS  #ifdef RECYCLE_TMP_MAPS
  swap_map(m);   swap_map(m);
 #else  #else
  new_save_map(m, 2); /* note we save here into a overlay map */   new_save_map(m, 0); /* note we save here into a overlay map */
     clean_tmp_map(m);      clean_tmp_map(m);
 #endif  #endif
   }    }


Legend:
line(s) removed in v.1.56 
line(s) changed
 line(s) added in v.1.57

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