Make sure PRECISION_SECONDS corresponds to the integer 0
parent
26495da94a
commit
d1ccc64e1e
|
@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
Server build: servermain.cpp
|
Server build: servermain.cpp
|
||||||
*/
|
*/
|
||||||
enum TimePrecision {
|
enum TimePrecision {
|
||||||
PRECISION_SECONDS,
|
PRECISION_SECONDS = 0,
|
||||||
PRECISION_MILLI,
|
PRECISION_MILLI,
|
||||||
PRECISION_MICRO,
|
PRECISION_MICRO,
|
||||||
PRECISION_NANO
|
PRECISION_NANO
|
||||||
|
|
Loading…
Reference in New Issue