mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update Config.hpp
This commit is contained in:
@ -85,9 +85,7 @@ public:
|
|||||||
string name = configs[selected];
|
string name = configs[selected];
|
||||||
if (remove(name.c_str()) != 0)
|
if (remove(name.c_str()) != 0)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
printfdbg("Error deleting file %s\n", name.c_str());
|
||||||
printf("Error deleting file %s\n", name.c_str());
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
@ -170,9 +168,7 @@ public:
|
|||||||
else
|
else
|
||||||
vremya = "empty";
|
vremya = "empty";
|
||||||
times.push_back(vremya);
|
times.push_back(vremya);
|
||||||
#ifdef DEBUG
|
printfdbg("fn %s %s", fd.cFileName, vremya.c_str());
|
||||||
printf("fn %s %s", fd.cFileName, vremya.c_str());
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
} while (::FindNextFile(hFind, &fd));
|
} while (::FindNextFile(hFind, &fd));
|
||||||
::FindClose(hFind);
|
::FindClose(hFind);
|
||||||
|
Reference in New Issue
Block a user