Procházet zdrojové kódy

RuntimeCheck to cd::RuntimeCheck

master
Pete McNeil před 4 roky
rodič
revize
e9e960f4b5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      snfNETmgr.cpp

+ 1
- 1
snfNETmgr.cpp Zobrazit soubor

@@ -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.

Načítá se…
Zrušit
Uložit