From 7c68dcb5cb39fac017a3d6fa212c698be1c6aae9 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 3 Dec 2011 12:09:07 +0000 Subject: Make sure the btree(3) goop is also BE. This covers both the DB metadata and prior commits handle the contained binary fields. --- mandocdb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mandocdb.c') diff --git a/mandocdb.c b/mandocdb.c index b81867c5..36b08d20 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.21 2011/12/02 00:21:56 kristaps Exp $ */ +/* $Id: mandocdb.c,v 1.22 2011/12/03 12:09:07 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -333,6 +333,7 @@ main(int argc, char *argv[]) argv += optind; memset(&info, 0, sizeof(BTREEINFO)); + info.lorder = 4321; info.flags = R_DUP; mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL); -- cgit v1.2.3