From: Fredrik Tolf Date: Sun, 24 Feb 2008 04:24:26 +0000 (+0100) Subject: Fixed a bug in btreenext. X-Git-Tag: 1.2~22 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=0e238ce61a9f8ca240e0081ca1121616d3373030 Fixed a bug in btreenext. --- diff --git a/common/utils.c b/common/utils.c index 7a7de92..cd2a80a 100644 --- a/common/utils.c +++ b/common/utils.c @@ -42,7 +42,8 @@ struct treeiter { struct btree *n; int s; } *st; - size_t stsize, sp; + size_t stsize; + int sp; }; static char *base64set = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";