diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-08-29 15:43:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-09-01 20:41:03 -0700 |
commit | ca16f438ac74ae1c35824353d710e47aea6893c5 (patch) | |
tree | 9ce48d1e46f485ff97962bcbd461313513a5f2c5 /info.c | |
parent | 6a210e573d947d61172da0363cbd7832e5459323 (diff) | |
download | subsurface-ca16f438ac74ae1c35824353d710e47aea6893c5.tar.gz |
Store time_t as long value
The tree_storage only provided enough space for an int for DIVE_DATE. But
at least on 64bit Linux, an int is 32bit yet a time_t is 64bit. Until 2038
this only causes issues in some odd situations, after 2038 this would be
an obvious bug.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'info.c')
0 files changed, 0 insertions, 0 deletions