summaryrefslogtreecommitdiff
path: root/funcs/func_pjsip_aor.c
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2016-07-27 10:33:23 -0500
committerDavid M. Lee <dlee@digium.com>2016-07-27 13:09:01 -0500
commitfeb1a434122a3cd3cbe4a6e75a4bd76a677bdb0d (patch)
tree56e04edc332a10b989f28e47f0721224959a3362 /funcs/func_pjsip_aor.c
parent49461f37b75aa27275d1c4811007e2a7f94ac002 (diff)
Portably sscanf tv_usec
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
Diffstat (limited to 'funcs/func_pjsip_aor.c')
0 files changed, 0 insertions, 0 deletions