Changeset 12374


Ignore:
Timestamp:
2006-08-02T13:23:12+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now "-out" is used to specify the out file (on Windows).

File:
1 edited

Legend:

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

    r12364 r12374  
    154154 
    155155  text_t out_file = filename_cat(collectdir, filename);
    156   cmd += (text_t)" \""+out_file+ (text_t)"\"";
     156  cmd += " -out \"" + out_file + "\"";
    157157  int rv = gsdl_system(cmd, true, cerr);
    158158  if (rv != 0) {
Note: See TracChangeset for help on using the changeset viewer.