diff options
Diffstat (limited to 'ui-plain.c')
-rw-r--r-- | ui-plain.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ static int print_object(const unsigned char *sha1, const char *path) | |||
95 | else | 95 | else |
96 | ctx.page.mimetype = "text/plain"; | 96 | ctx.page.mimetype = "text/plain"; |
97 | } | 97 | } |
98 | ctx.page.filename = fmt("%s", path); | 98 | ctx.page.filename = path; |
99 | ctx.page.size = size; | 99 | ctx.page.size = size; |
100 | ctx.page.etag = sha1_to_hex(sha1); | 100 | ctx.page.etag = sha1_to_hex(sha1); |
101 | cgit_print_http_headers(&ctx); | 101 | cgit_print_http_headers(&ctx); |