Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cmd.c b/cmd.c index 766f903..ad784fc 100644 --- a/ cmd.c+++ b/ cmd.c |
|
@@ -32,9 +32,9 @@ static void HEAD_fn(struct cgit_context *ctx) |
32 | } |
32 | } |
33 | |
33 | |
34 | static void atom_fn(struct cgit_context *ctx) |
34 | static void atom_fn(struct cgit_context *ctx) |
35 | { |
35 | { |
36 | cgit_print_atom(ctx->qry.head, ctx->qry.path, 10); |
36 | cgit_print_atom(ctx->qry.head, ctx->qry.path, ctx->cfg.max_atom_items); |
37 | } |
37 | } |
38 | |
38 | |
39 | static void about_fn(struct cgit_context *ctx) |
39 | static void about_fn(struct cgit_context *ctx) |
40 | { |
40 | { |
|