logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

vdrift-2014.10.20-gcc6.patch (509B)


  1. diff -up ./src/graphics/model_obj.cpp.gcc6 ./src/graphics/model_obj.cpp
  2. --- ./src/graphics/model_obj.cpp.gcc6 2016-02-09 19:02:50.282554264 -0500
  3. +++ ./src/graphics/model_obj.cpp 2016-02-09 19:03:10.566308088 -0500
  4. @@ -221,7 +221,7 @@ bool ModelObj::Save(const std::string &
  5. std::ofstream f(strFileName.c_str());
  6. if (!f)
  7. {
  8. - error_output << "Error opening file for writing: " << error_output << endl;
  9. + error_output << "Error opening file for writing: " << strFileName << endl;
  10. return false;
  11. }