Fix serialization of std::time_t by casting to u64 first (#8353)
authorrubenwardy <rw@rubenwardy.com>
Sun, 10 Mar 2019 18:53:02 +0000 (18:53 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Mar 2019 18:53:02 +0000 (18:53 +0000)
commit3b25b807f33bff885bd840ec0dc9e2d95b392f81
tree699acec74f7fcc070666a2e4cb1ddc572ccc3834
parent77961aa73d1947a2eabaa832319b7d73db6d13c2
Fix serialization of std::time_t by casting to u64 first (#8353)

Fixes #8332
src/network/clientpackethandler.cpp
src/network/networkpacket.cpp
src/network/networkpacket.h
src/server.cpp