all repos — cgit @ 2cecf839a06ce951db0d5d95abf79004eff33ca7

a hyperfast web frontend for git written in c

cache.c: use %zd for off_t argument

Signed-off-by: Lars Hjemli <hjemli@gmail>
Lars Hjemli hjemli@gmail.com
Sun, 10 Aug 2008 09:24:24 +0200
commit

2cecf839a06ce951db0d5d95abf79004eff33ca7

parent

7fa088e99ad2c938ff296e649da33b0bcdd46f63

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M cache.ccache.c

@@ -416,7 +416,7 @@ cache_log("[cgit] unable to open path %s: %s (%d)\n",

fullname, strerror(err), err); continue; } - printf("%s %s %10lld %s\n", + printf("%s %s %10zd %s\n", name, sprintftime("%Y-%m-%d %H:%M:%S", slot.cache_st.st_mtime),