Fix printf format string length modifiers, removes the warnings:
commitd123fad2bd76af5fc7d3742b0fadb18ec297729d
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 10 Dec 2007 13:16:10 +0000 (10 13:16 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 10 Dec 2007 13:16:10 +0000 (10 13:16 +0000)
tree81f104059dc4e2791eb96442a4e3558e92f81d3e
parent0822727933e7d98531d6cadfcdf5f1766c26de61
Fix printf format string length modifiers, removes the warnings:
vivodump.c:213: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int'
vivodump.c:220: warning: format '%08X' expects type 'unsigned int', but argument 2 has type 'long int'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25337 b3059339-0415-0410-9bf9-f77b7e298cf2
TOOLS/vivodump.c