Skip to content
Snippets Groups Projects
Commit 2a4bbed7 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Silence compiler warning about pointer type mismatch on some platforms.

timeval.t_sec is of type time_t, which is not always compatible with long.
I'm not sure if this was just harmless warning or a real bug, but this
fixes it, anyway.
parent 06623df6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment