@@ -284,7 +284,7 @@ int snf_RulebaseHandler::getRetiringCount(){ | |||
// FileUTC(FileName) - utility function for tagging the active rulebase | |||
RuntimeCheck FileUTCGoodTimestampLength("SNFMulti.cpp:FileUTC snprintf(...) != CorrectTimestampLength"); | |||
RuntimeCheck FileUTCGoodTimestampLength("SNFMulti.cpp:FileUTC snprintf(...) == CorrectTimestampLength"); | |||
string FileUTC(string FileName) { // Gets a files UTC. | |||
struct stat FileNameStat; // First we need a stat buffer. |
@@ -1765,7 +1765,7 @@ string& snfLOGmgr::Timestamp(string& s) { | |||
return s; // return it. | |||
} | |||
RuntimeCheck LocalTimestampGoodTimestampLength("snfLOGmgr.cpp:LocalTimestamp snprintf(...) != CorrectTimestampLength"); | |||
RuntimeCheck LocalTimestampGoodTimestampLength("snfLOGmgr.cpp:LocalTimestamp snprintf(...) == CorrectTimestampLength"); | |||
string snfLOGmgr::LocalTimestamp(time_t t) { // Convert time_t to a local timestamp s. | |||
char TimestampBfr[16]; // Create a small buffer. |
@@ -246,7 +246,7 @@ string snfNETmgr::getReports() { | |||
return ReportsBatch; // Return a batch of Reports. | |||
} | |||
RuntimeCheck RulebaseUTCGoodTimestampLength("SNFNetmgr.cpp:RulebaseUTC snprintf(...) != CorrectTimestampLength"); | |||
RuntimeCheck RulebaseUTCGoodTimestampLength("SNFNetmgr.cpp:RulebaseUTC snprintf(...) == CorrectTimestampLength"); | |||
string& snfNETmgr::RulebaseUTC(string& t) { // Gets local rulebase file UTC. | |||
struct stat RulebaseStat; // First we need a stat buffer. |