Changeset 6141 for trunk/ARBDB/admap.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/admap.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/admap.c
r6107 r6141 406 406 free(headercopy); 407 407 408 }else{ /* Calc new indi zes and size of header */408 }else{ /* Calc new indices and size of header */ 409 409 int valid=0; /* no of non-temporary items */ 410 410 for (item=0; item<nitems; item++) … … 708 708 709 709 { 710 /* Don t map anything in memory debug mode */710 /* Don't map anything in memory debug mode */ 711 711 #if ( MEMORY_TEST == 1) 712 712 GBUSE(path);
