Ignore:
Timestamp:
2001-03-20T21:48:12+12:00 (23 years ago)
Author:
sjboddie
Message:

Fixed a bug that was causing the local library server to attempt to write
files to gsdlhome (i.e. the cd-rom drive if served from a cd) under certain
circumstances.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/browsefilter.cpp

    r1702 r2212  
    7070
    7171  // get the filename for the database and make sure it exists
    72   gdbm_filename = filename_cat(collectdir,"index","text",collection);
     72  gdbm_filename = filename_cat(gdbmhome, "collect", collection, "index", "text", collection);
    7373
    7474  if (littleEndian()) gdbm_filename += ".ldb";
Note: See TracChangeset for help on using the changeset viewer.