mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-20 06:30:05 +00:00
feb1a43412
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: I29f22d049d3f7746b6c0cc23fbf4293bdaa5eb95