diff options
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c index 9893710..0202917 100644 --- a/cmd.c +++ b/cmd.c | |||
@@ -98,7 +98,7 @@ static void repolist_fn(struct cgit_context *ctx) | |||
98 | 98 | ||
99 | static void patch_fn(struct cgit_context *ctx) | 99 | static void patch_fn(struct cgit_context *ctx) |
100 | { | 100 | { |
101 | cgit_print_patch(ctx->qry.sha1, ctx->qry.path); | 101 | cgit_print_patch(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path); |
102 | } | 102 | } |
103 | 103 | ||
104 | static void plain_fn(struct cgit_context *ctx) | 104 | static void plain_fn(struct cgit_context *ctx) |