- Timestamp:
- 10/09/10 17:55:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common.c
r206 r209 259 259 cur_quoted = quote_string((char*)data->interpreted.multiple_string[i], 260 260 subfield_special_chars); 261 if(cur_quoted != NULL && cur_quoted[0] != '\0')261 if(cur_quoted != NULL) 262 262 { 263 263 tmp_len = snprintf(tmp_ptr, ret_val_left, "%s%s",delim, cur_quoted);
Note: See TracChangeset
for help on using the changeset viewer.