vcs-svn: add missing cast to printf argument
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 27 Mar 2011 17:19:14 +0000 (12:19 -0500)
committerJonathan Nieder <jrnieder@gmail.com>
Sun, 27 Mar 2011 17:21:12 +0000 (12:21 -0500)
gcc -m32 correctly warns:

vcs-svn/fast_export.c: In function 'fast_export_commit':
vcs-svn/fast_export.c:54:2: warning: format '%llu' expects
argument of type 'long long unsigned int', but argument 2
has type 'unsigned int' [-Wformat]

Fix it.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
No differences found