Remove dangerous "remove warning" hack, cast to long
will truncate the time value on systems where "long" are 32bit, instead use time_t as datatype
Showing
Please register or sign in to comment
will truncate the time value on systems where "long" are 32bit, instead use time_t as datatype