diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-06-29 19:55:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-06-29 19:55:10 -0400 |
commit | 741ab2a47abeba41223b908a71f10c80d6c18b6e (patch) | |
tree | a7cfff3fa8fabb0c6490c074df8f90246801d52c /ReleaseNotes | |
parent | 485cab869d292becb62a43b2e33a399ebc671303 (diff) | |
download | tor-741ab2a47abeba41223b908a71f10c80d6c18b6e.tar.gz tor-741ab2a47abeba41223b908a71f10c80d6c18b6e.zip |
Fix bugs with assuming time_t can be implicitly cast to long
Many friendly operating systems have 64-bit times, and it's not nice
to pass them to an %ld format.
It's also extremely not-nice to write a time to the log as an
integer. Most people think it's 2010 June 29 23:57 UTC+epsilon, not
1277855805+epsilon.
Diffstat (limited to 'ReleaseNotes')
0 files changed, 0 insertions, 0 deletions