mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
suplement to use fstream in copyfile function fix
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