mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
suplement to use fstream in copyfile function fix
Origin commit data
------------------
Commit: d3a1159d9f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-01-29 (Fri, 29 Jan 2016)
This commit is contained in:
@@ -979,7 +979,6 @@ void CServiceManager::CopyFile(const char * from, const char * to)
|
|||||||
out.close();
|
out.close();
|
||||||
}
|
}
|
||||||
in.close();
|
in.close();
|
||||||
remove(from);
|
|
||||||
}
|
}
|
||||||
sync();
|
sync();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user