Changeset 18139 for trunk


Ignore:
Timestamp:
02/18/15 10:53:25 (10 years ago)
Author:
tbretz
Message:
Replaced mktemp by mkstemp to avoid a linker warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MStatusDisplay.cc

    r17786 r18139  
    26222622
    26232623    // FIXME: Use mkstemp instead
    2624     if (!mktemp(const_cast<char*>(tmp.Data())))
     2624    if (!mkstemp(const_cast<char*>(tmp.Data())))
    26252625    {
    26262626        *fLog << err << "ERROR - MStatusDisplay::UpdatePSHeader: mktemp failed." << endl;
Note: See TracChangeset for help on using the changeset viewer.