From 2017a9d68a9fc11bcae4805fa39ea8ad4557508b Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Mon, 16 May 2011 12:34:00 -0400 Subject: [PATCH] Missed } --- Open-ILS/src/c-apps/oils_sql.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/c-apps/oils_sql.c b/Open-ILS/src/c-apps/oils_sql.c index 1705b220cb..b79c5799a5 100644 --- a/Open-ILS/src/c-apps/oils_sql.c +++ b/Open-ILS/src/c-apps/oils_sql.c @@ -2771,6 +2771,7 @@ static char* searchFieldTransformPredicate( const ClassInfo* class_info, osrfHas if( !strcasecmp( op, "startwith") ) { real_op = "like"; right_percent = "|| '%'"; + } growing_buffer* sql_buf = buffer_init( 32 ); -- 2.11.0