summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2006-12-01 21:15:51 +0000
committerBen Harris <bjh21@bjh21.me.uk>2006-12-01 21:15:51 +0000
commit7aa66b042d06d26da88b11b8c5312be949ba3c30 (patch)
tree30165e911a0cce85e7d8f24c447681c4be10fd0d
parent05487b410252ca168cad1e59fa708e0f2a3090dc (diff)
downloadhalibut-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bk_pdf.c b/bk_pdf.c
index 71307d2..67176bf 100644
--- a/bk_pdf.c
+++ b/bk_pdf.c
@@ -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)
{