Fixed a bug in btreenext.
[doldaconnect.git] / common / utils.c
index 7a7de92..cd2a80a 100644 (file)
@@ -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+/";