Changes between Version 5 and Version 6 of Ticket #3433, comment 27


Ignore:
Timestamp:
Dec 15, 2016, 12:42:34 AM (7 years ago)
Author:
Vladislav Belov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3433, comment 27

    v5 v6  
    1212std::ifstream cacheStream(cacheFileName.string8().c_str());
    1313CStr cacheStr((std::istreambuf_iterator<char>(cacheStream)), std::istreambuf_iterator<char>());
     14if (cacheStream.is_open())
     15    cacheStream.close();
    1416}}}
    1517