From: Mike Rylander Date: Mon, 16 May 2011 16:34:00 +0000 (-0400) Subject: Missed } X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2017a9d68a9fc11bcae4805fa39ea8ad4557508b;p=working%2FEvergreen.git Missed } --- 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 );