Ignore:
Timestamp:
2011-10-11T14:13:31+13:00 (13 years ago)
Author:
ak19
Message:

String representing filepath requires double backslash as file separator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/w32server/fnord.cpp

    r24504 r24750  
    933933
    934934// Tries to generate llssite.cfg from llssite.cfg.in in directory given
    935 // by location variable (assumes location is GSDLHOME), if llsite.cfg is missing
     935// by location variable (assumes location is GSDLHOME), if llssite.cfg is missing
    936936void ensure_llssite_cfg(const text_t location) {
    937   text_t configfile = location+"\llssite.cfg";
    938   text_t configtemplate = location+"\llssite.cfg.in";
     937  text_t configfile = location+"\\llssite.cfg";
     938  text_t configtemplate = location+"\\llssite.cfg.in";
    939939
    940940  if(!file_exists (configfile)) {
Note: See TracChangeset for help on using the changeset viewer.