about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-12-23 12:47:53 +0100
committerLars Hjemli <hjemli@gmail.com>2011-02-19 14:37:34 +0100
commit6bf2658f04089179aa373e47bd1d0718e808a59b (patch)
treea40fb5d073f4cdf1eb81130eaed491ce58aa4af7
parentMakefile: Make `make get-git` work under OpenBSD. (diff)
downloadcgit-pink-6bf2658f04089179aa373e47bd1d0718e808a59b.tar.gz
cgit-pink-6bf2658f04089179aa373e47bd1d0718e808a59b.zip
ui-shared: silence warning
warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type
‘size_t’

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 8a7cc32..d1b020b 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -466,7 +466,7 @@ void cgit_print_http_headers(struct cgit_context *ctx)
 	else if (ctx->page.mimetype)
 		htmlf("Content-Type: %s\n", ctx->page.mimetype);
 	if (ctx->page.size)
-		htmlf("Content-Length: %ld\n", ctx->page.size);
+		htmlf("Content-Length: %zd\n", ctx->page.size);
 	if (ctx->page.filename)
 		htmlf("Content-Disposition: inline; filename=\"%s\"\n",
 		      ctx->page.filename);
ommit/home/.bin/hnel.c?id=94fbf3e2c7fa922c22aa7203f72488ae63c4dd3e&follow=1'>Use designated initializer for hnel tableJune McEnroe 2017-07-30Add juneJune McEnroe 2017-07-30Play nethack as ValkyrieJune McEnroe 2017-07-28Add toggle to hnelJune McEnroe 2017-07-28Install slJune McEnroe 2017-07-25Add up, supJune McEnroe 2017-07-24Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroe