mirror of http://gerrit.asterisk.org/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/58/3358/2
parent
49461f37b7
commit
feb1a43412
Loading…
Reference in new issue