Explorar el Código

Tweaked RuntimeCheck description

master
Pete McNeil hace 4 años
padre
commit
e6abbbf39e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      GBUdb.cpp

+ 1
- 1
GBUdb.cpp Ver fichero

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

Cargando…
Cancelar
Guardar