From e8d9d7db4ed0f9d637ee8ddb8d0bf8849819dc12 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 23 Apr 2008 09:24:54 +0000 Subject: Remove useless 0 flag from s printf conversion specifier, fixes the warning: TOOLS/movinfo.c:332: warning: '0' flag used with '%s' printf format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26506 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/movinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TOOLS') diff --git a/TOOLS/movinfo.c b/TOOLS/movinfo.c index a1134344b0..6e997b532b 100644 --- a/TOOLS/movinfo.c +++ b/TOOLS/movinfo.c @@ -328,7 +328,7 @@ int main(int argc,char* argv[]) if ((f = fopen(argc>1?argv[1]:"Akira.mov","rb")) == NULL) return 1; - printf("%.8s %.4s (%.8s) %05s [%s]\n\n", + printf("%.8s %.4s (%.8s) %5s [%s]\n\n", "position", "atom", "atomtype", "len", "human readable atom name"); lschunks(f, 0, 0); -- cgit v1.2.3