Difference for server/main.c from version 1.54 to 1.55


version 1.54 version 1.55
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.54 2001/12/23 08:17:36 mwedel Exp $";   *    "$Id: main.c,v 1.55 2002/01/01 23:37:55 garbled Exp $";
  */   */
   
 /*  /*
Line 693
 
Line 693
       * screwed up, so bail out now.        * screwed up, so bail out now.
       */        */
      if (!newmap) {       if (!newmap) {
  LOG(llevError,"enter_exit: could not load emergency map? Fata error\n");   LOG(llevError,"enter_exit: could not load emergency map? Fatal error\n");
  abort();   abort();
      }       }
  }   }
Line 958
 
Line 958
 #ifdef RECYCLE_TMP_MAPS  #ifdef RECYCLE_TMP_MAPS
  swap_map(m);   swap_map(m);
 #else  #else
  new_save_map(m, 0);   new_save_map(m, 2); /* 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.54 
line(s) changed
 line(s) added in v.1.55

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