mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-30 18:46:26 +00:00
[idd] cosmetic: single change just to trigger the ci workflow
This commit is contained in:
parent
b526eb3da0
commit
a2a771f94e
@ -48,7 +48,6 @@ CDebug::CDebug()
|
|||||||
std::string ext = ".txt";
|
std::string ext = ".txt";
|
||||||
std::string logFile = folder + baseName + ext;
|
std::string logFile = folder + baseName + ext;
|
||||||
|
|
||||||
|
|
||||||
//rotate out old logs
|
//rotate out old logs
|
||||||
DeleteFileA((folder + baseName + ".5" + ext).c_str());
|
DeleteFileA((folder + baseName + ".5" + ext).c_str());
|
||||||
for (int i = 4; i >= 0; --i)
|
for (int i = 4; i >= 0; --i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user