--- src/string_functions.c.orig Thu Jun 9 18:18:53 2005 +++ src/string_functions.c Thu Jun 9 18:18:36 2005 @@ -81,19 +81,25 @@ { char *local_str=NULL; int i; - if(str_len==SQL_NTS){ - if(str&&str[0]) - for(i=0; i=0) { local_str=ORAMALLOC(str_len+1); memcpy(local_str,str,str_len); local_str[str_len] = '\0'; } - for(i=0; i