Ignore:
Timestamp:
2002-03-04T11:40:39+13:00 (22 years ago)
Author:
jrm21
Message:

text strings weren't being properly converted for file output via the
convertclass. Input is now properly set so that we don't get garbage output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/statusaction.cpp

    r3007 r3036  
    903903    } else {
    904904      outconvertclass text_t2ascii;
    905       text_t2ascii << args["cfgfile"];
     905      text_t2ascii.setinput(&args["cfgfile"]);
    906906      size_t buffersize=args["cfgfile"].size();
    907907      char *buffer=new char[buffersize];
Note: See TracChangeset for help on using the changeset viewer.