| version 1.4 | | version 1.5 |
|---|
| | |
| /* | | /* |
| * 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 $"; |
| */ | | */ |
| | | |
| /* | | /* |
| | |
| /* 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. |