Changeset 7235


Ignore:
Timestamp:
07/30/05 17:40:43 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7234 r7235  
    3535     - added column fTest in table Source to make building datasets
    3636       easier
     37     - fixed small bug
     38
     39   * datacenter/macros/getdolist.C:
    3740     - fixed small bug
    3841
  • trunk/MagicSoft/Mars/datacenter/macros/getdolist.C

    r7232 r7235  
    118118        return 0;
    119119
    120     TString filename(Form("%s/ToDo%s-%s.txt", listpath.Data(), table.Data(), column.Data()));
     120    TString filename(Form("%s/ToDo-%s-%s.txt", listpath.Data(), table.Data(), column.Data()));
    121121    ofstream fout(filename, ios::app);
    122122    if (!fout)
Note: See TracChangeset for help on using the changeset viewer.