]> git.tuebingen.mpg.de Git - paraslash.git/commit
use %zd instead of %d for size_t
authorAndre <maan@p133.(none)>
Sun, 5 Mar 2006 12:14:09 +0000 (13:14 +0100)
committerAndre <maan@p133.(none)>
Sun, 5 Mar 2006 12:14:09 +0000 (13:14 +0100)
commit7533926d69875da66c5dc45940f67cb5d659738e
tree368a1294748f0da0ab2693846f2b4b5f2a99fc9f
parent9f28e488bb8de111706e163671e39ee71a31e69c
use %zd instead of %d for size_t

As of version 2.1 of glibc there is the %z modifier, so use it.
This avoids many warnings of the type

warning: int format, different type arg

on x86_64.
audiod.c
compress.c
filter.c
filter_chain.c
http_recv.c
recv.c
wav.c