adding support for self check and db updat ewith zip files

This commit is contained in:
jakani24
2024-03-29 10:11:39 +01:00
parent 3b450984b8
commit aa0bc23f50
53 changed files with 786 additions and 146 deletions

View File

@@ -76,7 +76,7 @@ int check_for_sched_tasks(const char* sched_name, const char* sched_path) {
FILE* fp = nullptr;
char command[505];
if (fopen_s(&fp, sched_path, "r") != 0) {
delete[] command;
//delete[] command;
return 1;
}
else {