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/recpt/statusaction.cpp

    r2113 r2212  
    906906                   ostream &textout, ostream &/*logout*/) {
    907907
    908   text_t maincfgfile = filename_cat (gsdlhome, "etc", "main.cfg");
     908  text_t maincfgfile = filename_cat (gdbmhome, "etc", "main.cfg");
    909909
    910910  textout << outconvert << disp << "_status:infoheader_(main.cfg)\n"
Note: See TracChangeset for help on using the changeset viewer.