Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: make buffer_read_binary API more convenient
[gitweb.git]
/
vcs-svn
/
svndump.c
diff --git
a/vcs-svn/svndump.c
b/vcs-svn/svndump.c
index 88ecef1066efe3e1d0a6a6d7a08f691321095297..eef49ca1928d21f7bb0d038693fd92c2a6e5ac85 100644
(file)
--- a/
vcs-svn/svndump.c
+++ b/
vcs-svn/svndump.c
@@
-274,7
+274,7
@@
static void handle_revision(void)
{
if (rev_ctx.revision)
repo_commit(rev_ctx.revision, rev_ctx.author.buf,
-
rev_ctx.log.buf
, dump_ctx.uuid.buf, dump_ctx.url.buf,
+
&rev_ctx.log
, dump_ctx.uuid.buf, dump_ctx.url.buf,
rev_ctx.timestamp);
}