Code

vcs-svn: handle log message with embedded NUL
[git.git] / vcs-svn / svndump.c
index 88ecef1066efe3e1d0a6a6d7a08f691321095297..eef49ca1928d21f7bb0d038693fd92c2a6e5ac85 100644 (file)
@@ -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);
 }