]> git.tuebingen.mpg.de Git - paraslash.git/commit
fix more struct timeval related warnings
authorAndre <maan@p133.(none)>
Sun, 16 Apr 2006 17:56:09 +0000 (19:56 +0200)
committerAndre <maan@p133.(none)>
Sun, 16 Apr 2006 17:56:09 +0000 (19:56 +0200)
commit586cea4b850e53eedf7426379f6af6a7e76dee6e
treea39c9265c59c392eae7f46fef7a04ed4264f149c
parent6fe4a634c578a19b45371798871312e712e1f817
fix more struct timeval related warnings

Use tv2ms() which returns long unsigned where appropriate.
For the remaining cases, cast the members of struct timeval
to long unsigned if used via a format string.
afs.c
audiod.c
command.c
mp3.c