Browse Source

Tweaked RuntimeCheck description

master
Pete McNeil 4 years ago
parent
commit
e6abbbf39e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      GBUdb.cpp

+ 1
- 1
GBUdb.cpp View File

); );
} }


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


time_t rawtime; // Get a timer and time_t rawtime; // Get a timer and

Loading…
Cancel
Save