]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit6df4ed2fc04c7eeb4474e7d152e4374c219c3aac
treee0ffb23125f8a0d7593dbc8ee488828eb52c5fa9
parentabc9c35b6ddb7b0b2f508970e736a5f4767472cf
audiod: do not use pointers to members of struct timeval for sscanf()

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
audiod.c