浏览代码

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

正在加载...
取消
保存