-
- Downloads
cec-follower: change type of struct Timer duration field to int
Use int for this field instead of time_t since it is at most
about 100*3600 seconds.
It also avoids confusion about the size of time_t, since that can
be 32 or 64 bits.
Signed-off-by:
Hans Verkuil <hverkuil-cisco@xs4all.nl>
Please register or sign in to comment