aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Updater/UpdateFetcher.h
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2015-03-22 01:28:50 +0100
committerNaios <naios-dev@live.de>2015-03-22 01:33:58 +0100
commit4fd51ab3b94c5a61d009f57ad28fb728bd154fb8 (patch)
tree0be56ca29a92f0c83d24056681dc2e13095d0264 /src/server/shared/Updater/UpdateFetcher.h
parent8bdd94f8495f8b8d84942357b0d6453a1b859eca (diff)
Core/DBUpdater: Use correct uint64 to store timestamps.
* Thanks @Shauren for pointing out. * Also removes an invalid argument thanks @jackpoz for noticing. (cherry picked from commit 8e48ef7863c5018aa185913ce6a616e46ef5b17e)
Diffstat (limited to 'src/server/shared/Updater/UpdateFetcher.h')
-rw-r--r--src/server/shared/Updater/UpdateFetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Updater/UpdateFetcher.h b/src/server/shared/Updater/UpdateFetcher.h
index c11cfbf7c82..f545c232a94 100644
--- a/src/server/shared/Updater/UpdateFetcher.h
+++ b/src/server/shared/Updater/UpdateFetcher.h
@@ -59,7 +59,7 @@ private:
State const state;
- uint32 const timestamp;
+ uint64 const timestamp;
static inline State StateConvert(std::string const& state)
{