finanl
This commit is contained in:
@@ -535,7 +535,7 @@ namespace QCL
|
||||
// }
|
||||
// return lines;
|
||||
|
||||
std::lock_guard<std::mutex> lock(mtx_);
|
||||
// std::lock_guard<std::mutex> lock(mtx_);
|
||||
if (!file_.is_open()) {
|
||||
file_.open(filename_, std::ios::in | std::ios::binary);
|
||||
if (!file_.is_open()) return {};
|
||||
|
||||
Reference in New Issue
Block a user