From da097ab394d198945323d4f8e9d80d52be29a829 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 21 Sep 2005 16:31:13 +0000 Subject: [PATCH 1/1] removing unneeded slashes git-svn-id: svn://svn.open-ils.org/ILS/trunk@1844 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/apachemods/json_xml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/apachemods/json_xml.c b/Open-ILS/src/apachemods/json_xml.c index 0cd42a426d..315affd671 100644 --- a/Open-ILS/src/apachemods/json_xml.c +++ b/Open-ILS/src/apachemods/json_xml.c @@ -76,10 +76,10 @@ void _rest_xml_output(growing_buffer* buf, jsonObject* obj, char * obj_class, in /* add class hints if we have a class name */ if(obj->classname) { if(obj->type == JSON_NULL) { - buffer_fadd(buf,"<%s>", tag, obj->classname, tag); + buffer_fadd(buf,"<%s>", tag, obj->classname, tag); return; } else { - buffer_fadd(buf,"<%s>", tag, obj->classname); + buffer_fadd(buf,"<%s>", tag, obj->classname); } } -- 2.43.2