Changeset 1819


Ignore:
Timestamp:
2000-12-20T12:45:04+13:00 (23 years ago)
Author:
sjboddie
Message:

Fixed a fairly dumb bug in the collector (it must have been late at night
when I wrote that bit of code ;-)

File:
1 edited

Legend:

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

    r1817 r1819  
    13391339  text_t optionfile = filename_cat (tmpdir, "mkcol.opt");
    13401340  char *optionfilec = optionfile.getcstr();
     1341  ofstream ofile_out (optionfilec);
    13411342  delete optionfilec;
    1342   ofstream ofile_out (optionfilec);
    13431343  if (!ofile_out) {
    13441344    message = "tmpfail";
    1345     delete optionfilec;
    13461345    return;
    13471346  }
Note: See TracChangeset for help on using the changeset viewer.