Selaa lähdekoodia

Tweaked RuntimeCheck descriptions

master
Pete McNeil 4 vuotta sitten
vanhempi
commit
3bf13f0602
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1
    1
      SNFMulti.cpp
  2. 1
    1
      snfLOGmgr.cpp
  3. 1
    1
      snfNETmgr.cpp

+ 1
- 1
SNFMulti.cpp Näytä tiedosto

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

+ 1
- 1
snfLOGmgr.cpp Näytä tiedosto

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

+ 1
- 1
snfNETmgr.cpp Näytä tiedosto

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

Loading…
Peruuta
Tallenna