diff options
Diffstat (limited to 'src/translators/libcsv.c')
-rw-r--r-- | src/translators/libcsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/libcsv.c b/src/translators/libcsv.c index 6cb39a0..4e53f63 100644 --- a/src/translators/libcsv.c +++ b/src/translators/libcsv.c @@ -114,7 +114,7 @@ csv_init(struct csv_parser **p, unsigned char options) (*p)->entry_size = MEM_BLK_SIZE; (*p)->status = 0; (*p)->options = options; - (*p)->quote_char = CSV_TQUOTE; + (*p)->quote_char = CSV_QUOTE; (*p)->delim_char = CSV_COMMA; (*p)->is_space = NULL; (*p)->is_term = NULL; |