1
0
mirror of https://github.com/git/git.git synced 2025-03-24 09:09:45 +00:00
git/vcs-svn
Jonathan Nieder 8cc299daf2 vcs-svn: add missing cast to printf argument
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-03-28 09:46:44 -07:00
..
2010-08-14 19:35:38 -07:00
2010-08-14 19:35:37 -07:00
2010-08-14 19:35:37 -07:00