diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2010-06-19 11:42:12 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2010-06-19 11:42:12 +0200 | 
| commit | c2766deb67acb1eae2b36dc0f5811a9cabb6db20 (patch) | |
| tree | 463ea4a4388f2c449dec9eb49b33f9c0942030d1 /cmd.c | |
| parent | Merge branch 'lh/noweb' (diff) | |
| parent | Add 'max-atom-items' config variable (diff) | |
| download | cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.tar.gz cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.tar.bz2 cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.zip | |
Merge branch 'ag/atom-fixes'
Diffstat (limited to '')
| -rw-r--r-- | cmd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ static void HEAD_fn(struct cgit_context *ctx)  static void atom_fn(struct cgit_context *ctx)  { -	cgit_print_atom(ctx->qry.head, ctx->qry.path, 10); +	cgit_print_atom(ctx->qry.head, ctx->qry.path, ctx->cfg.max_atom_items);  }  static void about_fn(struct cgit_context *ctx) | 
