Changeset 6708 for branches/1.7/src/core


Ignore:
Timestamp:
Jan 7, 2019 6:27:25 AM (5 years ago)
Author:
clarksm
Message:

Corrected path filename reversal in RAPPTURE-RUN message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/src/core/RpLibrary.cc

    r6705 r6708  
    23212321    if ( cwd != NULL ) {
    23222322        std::string currentDirectory(currentWorkingDirectory);
    2323         std::cout << "=RAPPTURE-RUN=>" << outputFile.str() << "/" << currentDirectory << std::endl;
     2323        std::cout << "=RAPPTURE-RUN=>" << currentDirectory << "/" << outputFile.str() << std::endl;
    23242324    } else {
    23252325        std::cout << "=RAPPTURE-RUN=>" << outputFile.str() << std::endl;
Note: See TracChangeset for help on using the changeset viewer.