audiod: do not use pointers to members of struct timeval for sscanf()
authorAndre <maan@p133.(none)>
Sun, 16 Apr 2006 18:37:52 +0000 (20:37 +0200)
committerAndre <maan@p133.(none)>
Sun, 16 Apr 2006 18:37:52 +0000 (20:37 +0200)
Use temporary long unsigned variables instead. Fixes warnings of the
form

audiod.c:844: warning: format '%lu' expects type 'long unsigned int *', but argument 4 has type 'suseconds_t *'

on MacOs


No differences found