mirror of https://github.com/asterisk/asterisk
In a timeval, tv_usec is defined as a suseconds_t, which could be different underlying types on different platforms. Instead of trying to scanf directly into the timeval, scanf into a long int, then copy that into the timeval. Change-Id: I29f22d049d3f7746b6c0cc23fbf4293bdaa5eb95changes/56/3356/2
parent
159e437e5a
commit
8902a51d59
Loading…
Reference in new issue