Skip to content
Snippets Groups Projects
Commit 7fc744bd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use difftime() in checktime() as Deuce suggested

Fix some newly introduced MSVC warnings:
  conversion from 'time_t' to 'uint32_t', possible loss of data

Should these local vars be time32_t instead of uint32_t?

I'm not clear why the 2 step conversions now (?):
	time_t -> uint32_t
	uint32_t -> time32_t
parent 8e2a91e7
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment