diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2006-12-01 21:15:51 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2006-12-01 21:15:51 +0000 |
| commit | 7aa66b042d06d26da88b11b8c5312be949ba3c30 (patch) | |
| tree | 30165e911a0cce85e7d8f24c447681c4be10fd0d | |
| parent | 05487b410252ca168cad1e59fa708e0f2a3090dc (diff) | |
| download | halibut-7aa66b042d06d26da88b11b8c5312be949ba3c30.zip halibut-7aa66b042d06d26da88b11b8c5312be949ba3c30.tar.gz halibut-7aa66b042d06d26da88b11b8c5312be949ba3c30.tar.bz2 halibut-7aa66b042d06d26da88b11b8c5312be949ba3c30.tar.xz | |
Increase page-tree branching factor from two to eight, since two was obviously
silly, and eight isn't.
[originally from svn r6936]
| -rw-r--r-- | bk_pdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include "paper.h" #include "deflate.h" -#define TREE_BRANCH 2 /* max branching factor in page tree */ +#define TREE_BRANCH 8 /* max branching factor in page tree */ paragraph *pdf_config_filename(char *filename) { |