stream_cdda: change printf format for cdda_tracks to %d
commit5a9c26af59f6bc901c9cb32f447e27c9d3bf4430
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 21 Jun 2010 10:51:31 +0000 (21 10:51 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:11:07 +0000 (2 04:11 +0200)
treef6498e8f59bea2eccf009e6775065151f5722968
parent899caa91f195ad422731761d69035b9de23ebb00
stream_cdda: change printf format for cdda_tracks to %d

Adjust printf length modifier, fixes the warning:
stream/stream_cdda.c:358: warning: format '%ld' expects type 'long int', but argument 4 has type 'int'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31512 b3059339-0415-0410-9bf9-f77b7e298cf2
stream/stream_cdda.c