From: Andre Date: Sun, 16 Apr 2006 18:37:52 +0000 (+0200) Subject: audiod: do not use pointers to members of struct timeval for sscanf() X-Git-Tag: v0.2.12~84 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6df4ed2fc04c7eeb4474e7d152e4374c219c3aac;hp=6df4ed2fc04c7eeb4474e7d152e4374c219c3aac 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 ---