X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/547a64fbd65de293c290f4e18bbeae958d54aaa7..e15842af627de03845b9c949f1f1596d94e3be02:/cgit.c diff --git a/cgit.c b/cgit.c index e46c00a..9305d0a 100644 --- a/cgit.c +++ b/cgit.c @@ -260,7 +260,7 @@ char *xstrdupn(const char *str) static void prepare_context(struct cgit_context *ctx) { - memset(ctx, 0, sizeof(ctx)); + memset(ctx, 0, sizeof(*ctx)); ctx->cfg.agefile = "info/web/last-modified"; ctx->cfg.nocache = 0; ctx->cfg.cache_size = 0;