X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=vcs-svn%2Ffast_export.c;h=99ed70b88a5aaacbb48a9463f19ec198d7bedf84;hb=e31b0183729cab2d6a8e2c76f009017355dacf06;hp=2e5bb6725568c06125d9e856f9bddd0b50b407c2;hpb=a080fdd1b15612f71e5cc660c108f7d6c03804dd;p=git.git diff --git a/vcs-svn/fast_export.c b/vcs-svn/fast_export.c index 2e5bb6725..99ed70b88 100644 --- a/vcs-svn/fast_export.c +++ b/vcs-svn/fast_export.c @@ -51,7 +51,8 @@ void fast_export_commit(uint32_t revision, const char *author, *author ? author : "nobody", *author ? author : "nobody", *uuid ? uuid : "local", timestamp); - printf("data %"PRIuMAX"\n", log->len + strlen(gitsvnline)); + printf("data %"PRIuMAX"\n", + (uintmax_t) (log->len + strlen(gitsvnline))); fwrite(log->buf, log->len, 1, stdout); printf("%s\n", gitsvnline); if (!first_commit_done) {