From d1ccc64e1ecfd00df36d2b8a8b3420b70434fefd Mon Sep 17 00:00:00 2001 From: Kahrl Date: Thu, 9 Oct 2014 11:40:33 +0200 Subject: [PATCH] Make sure PRECISION_SECONDS corresponds to the integer 0 --- src/gettime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gettime.h b/src/gettime.h index cde1471e5..2a6a211b8 100644 --- a/src/gettime.h +++ b/src/gettime.h @@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Server build: servermain.cpp */ enum TimePrecision { - PRECISION_SECONDS, + PRECISION_SECONDS = 0, PRECISION_MILLI, PRECISION_MICRO, PRECISION_NANO