Browse Source

RuntimeCheck to cd::RuntimeCheck

master
Pete McNeil 4 years ago
parent
commit
e9e960f4b5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      snfNETmgr.cpp

+ 1
- 1
snfNETmgr.cpp View File

@@ -246,7 +246,7 @@ string snfNETmgr::getReports() {
return ReportsBatch; // Return a batch of Reports.
}

RuntimeCheck RulebaseUTCGoodTimestampLength("SNFNetmgr.cpp:RulebaseUTC snprintf(...) == CorrectTimestampLength");
cd::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.

Loading…
Cancel
Save