Initial start on Recorder

This commit is contained in:
2022-10-04 01:24:15 +02:00
parent eafe0b18f6
commit 396aa8d807
7 changed files with 250 additions and 184 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ namespace gaconnector
if (strcmp(d.path, this->lastPath) != 0) {
strcpy(this->lastPath, d.path);
if (utilities::generateMD5(d.path, this->lastHash, this->toLog)) {
strcpy(this->lastHash, "NOT SET");
strcpy(this->lastHash, "NO HASH");
}
}