瀏覽代碼

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…
取消
儲存