]> git.tue.mpg.de Git - paraslash.git/commit
mpdec.c: %d -> %zd conversion
authorAndre <maan@p133.(none)>
Sun, 16 Apr 2006 17:13:32 +0000 (19:13 +0200)
committerAndre <maan@p133.(none)>
Sun, 16 Apr 2006 17:13:32 +0000 (19:13 +0200)
commitadc7eb6f44875124919258916f039eaaac603c82
treeeb750aab0bccf608cfd0cdc5a70db5497bc82da6
parentc020020087c1e0c179d772e897d15be8595d1c70
mpdec.c: %d -> %zd conversion

This fixes some warnings of the form

mp3dec.c:66: warning: format '%d' expects type 'int', but argument 5 has type 'size_t'

on MacOs.
mp3dec.c