From 8645b624224febd753cc7b6e8b215e734e5022e1 Mon Sep 17 00:00:00 2001 From: Petr Pisar Date: Sat, 7 Nov 2009 18:31:09 +0100 Subject: [PATCH] Undefine INSERT_BOOLEAN macro --- src/isds.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/isds.c b/src/isds.c index 05809e9..156dda9 100644 --- a/src/isds.c +++ b/src/isds.c @@ -1108,6 +1108,7 @@ isds_error isds_FindDataBox(struct isds_ctx *context, if (criteria->dbState) { xmlChar *string = NULL; + /* FIXME: This is locale dependend */ if (-1 == isds_asprintf((char **) &string, "%ld", *(criteria->dbState))) { xmlFreeNode(request); @@ -1121,6 +1122,7 @@ isds_error isds_FindDataBox(struct isds_ctx *context, INSERT_BOOLEAN("dbOpenAddressing", criteria->dbOpenAddressing); +#undef INSERT_BOOLEAN #undef INSERT_STRING isds_log(ILF_ISDS, ILL_DEBUG, _("Sending FindDataBox request to ISDS\n")); -- 2.11.4.GIT