rgamble / libcsv

Fast and flexible CSV library written in pure ANSI C that can read and write CSV data.
GNU Lesser General Public License v2.1
181 stars 40 forks source link

Man page error with csv_get_delim and csv_get_quote #20

Closed rde42 closed 3 years ago

rde42 commented 3 years ago

In the man page section CUSTOMIZING THE PARSER, it reads:

"csv_get_delim() and csv_set_delim() return the current delimiter and quote characters respectively"

This should of course read:

"csv_get_delim() and csv_get_quote() return the current delimiter and quote characters respectively.