From 90c2ca3a1b8b858ee771a15c028fd4fe352bb7f1 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 8 Nov 2007 15:31:33 +0000 Subject: [PATCH] missing variable definition git-svn-id: svn://svn.open-ils.org/ILS/trunk@8042 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/c-apps/oils_cstore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/c-apps/oils_cstore.c b/Open-ILS/src/c-apps/oils_cstore.c index dfbbc64315..de2ccca4af 100644 --- a/Open-ILS/src/c-apps/oils_cstore.c +++ b/Open-ILS/src/c-apps/oils_cstore.c @@ -1145,6 +1145,7 @@ char* searchFieldTransform (const char* class, osrfHash* field, jsonObject* node jsonObject* array = jsonObjectGetKey( node, "params" ); if (array) { + int func_item_index = 0; jsonObject* func_item; while ( (func_item = jsonObjectGetIndex(array, func_item_index++)) ) { -- 2.11.0