From 8331322a0fec7277366a29a970eafbb795c08432 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 19 Aug 2010 22:11:38 +0200 Subject: Crank up the maximum number of properties To prepare for the (for maverick only) addition of individual contact information via the properties array, increase the maximum number of contacts. Signed-off-by: Henrik Rydberg --- include/grail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grail.h b/include/grail.h index 40cf22f..e2356da 100644 --- a/include/grail.h +++ b/include/grail.h @@ -30,7 +30,7 @@ #define DIM_GRAIL_TYPE 64 #define DIM_GRAIL_TYPE_BYTES ((DIM_GRAIL_TYPE + 7) >> 3) -#define DIM_GRAIL_PROP 16 +#define DIM_GRAIL_PROP 32 #define DIM_GRAIL_PROP_BYTES ((DIM_GRAIL_PROP + 7) >> 3) #define GRAIL_STATUS_BEGIN 0 -- cgit v1.2.3