diff options
Diffstat (limited to '')
| -rw-r--r-- | cmd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -90,7 +90,7 @@ static void repolist_fn(struct cgit_context *ctx)  static void patch_fn(struct cgit_context *ctx)  { -	cgit_print_patch(ctx->qry.sha1); +	cgit_print_patch(ctx->qry.sha1, ctx->qry.path);  }  static void plain_fn(struct cgit_context *ctx) | 
