Ignore:
Timestamp:
04/08/14 10:03:01 (10 years ago)
Author:
Marek Kurdej
Message:

Some Unix fixes

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11build
         2CMakeLists.txt.user*
  • trunk/examples/ProducerConsumerExample/ProducerExample.cpp

    r293 r301  
    6060    using boost::ref;
    6161
    62     std::fstream mFile(mOutputFileName, std::ios_base::out | std::ios_base::app);
     62    std::fstream mFile(mOutputFileName.c_str(), std::ios_base::out | std::ios_base::app);
    6363    if (!mFile.is_open()) {
    6464        LOG_ERROR("file '" << mOutputFileName << "' cannot be opened");
Note: See TracChangeset for help on using the changeset viewer.