From 76ac55355e78bfa42474a898202a51d20f0f7f73 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Sep 2016 21:41:40 +0300 Subject: Fix wrong type usage. int -> time_t. --- src/dyetool/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dyetool/client.cpp') diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index 659b3faff..74423d3fe 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -104,7 +104,7 @@ bool isSafeMode = false; int serverVersion = 0; int packetVersion = 0; unsigned int tmwServerVersion = 0; -int start_time; +time_t start_time; unsigned int mLastHost = 0; unsigned long mSearchHash = 0; int textures_count = 0; -- cgit v1.2.3-70-g09d2