Difference for server/swap.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_swap_c =   * static char *rcsid_swap_c =
  *    "$Id: swap.c,v 1.4 2001/02/12 07:11:11 cvs Exp $";   *    "$Id: swap.c,v 1.5 2001/04/08 02:37:26 mwedel Exp $";
  */   */
   
 /*  /*
Line 51
 
Line 51
  /* If tmpname is null, it is probably a unique player map,   /* If tmpname is null, it is probably a unique player map,
  * so don't save information on it.   * so don't save information on it.
  */   */
  if (map->in_memory != MAP_IN_MEMORY && (map->tmpname !=NULL)) {   if (map->in_memory != MAP_IN_MEMORY && (map->tmpname !=NULL) &&
        (strncmp(map->path,"/random",7))) {
      /* the 0 written out is a leftover from the lock number for       /* the 0 written out is a leftover from the lock number for
       * unique items.  Keep using it so that old temp files continue        * unique items.  Keep using it so that old temp files continue
       * to work.        * to work.


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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