Initial start on Recorder
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user