소스 검색

Tweaked RuntimeCheck description

master
Pete McNeil 4 년 전
부모
커밋
e6abbbf39e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      GBUdb.cpp

+ 1
- 1
GBUdb.cpp 파일 보기

@@ -509,7 +509,7 @@ bool AlertFor(int count) {
);
}

RuntimeCheck GoodTimestampLength("GBUdb.cpp:getTimestamp snprintf(...) != CorrectTimestampLength");
RuntimeCheck GoodTimestampLength("GBUdb.cpp:getTimestamp snprintf(...) == CorrectTimestampLength");
char* getTimestamp(char* TimestampBfr) { // Creates an ISO GMT timestamp.

time_t rawtime; // Get a timer and

Loading…
취소
저장