Skip to content
Snippets Groups Projects
Commit d1ccc64e authored by Kahrl's avatar Kahrl
Browse files

Make sure PRECISION_SECONDS corresponds to the integer 0

parent 26495da9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment