
2000/12/01 PJ
  
  File: src/apps/nbr/process.c
  Prgm: process

  Loading twice the same data in a database will produce a segmentation
  fault. The error arises when a block is closed and being sorted in time
  in function DSORTAS(). On my PC the error happens from a call to
  malloc(). This is most probably a problem with pointers.


