- Timestamp:
- 03/07/10 00:20:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common.c
r170 r171 179 179 return NULL; 180 180 strcpy(*error_msg, "Data could not be interpreted, quoting raw buffer."); 181 return quote_buffer(data->raw, data->size, common_special_chars);181 return quote_buffer(data->raw, data->size, subfield_special_chars); 182 182 } 183 183
Note: See TracChangeset
for help on using the changeset viewer.