Update of /cvsroot/q-lang/q-csv
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10534
Modified Files:
csv.c
Log Message:
typo fixes
Index: csv.c
===================================================================
RCS file: /cvsroot/q-lang/q-csv/csv.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** csv.c 14 Jan 2008 04:28:02 -0000 1.7
--- csv.c 14 Jan 2008 04:41:33 -0000 1.8
***************
*** 122,126 ****
input:
arg[0]: (Conversion flag, field delimeter char, string delimeter char)
! arg[1]: CSV formated string
output: tuple of fields
--- 122,126 ----
input:
arg[0]: (Conversion flag, field delimeter char, string delimeter char)
! arg[1]: CSV formatted string
output: tuple of fields
***************
*** 128,132 ****
exceptions:
Returns __ERROR if no more memory is available.
! Invokes 'csv_error MSG' if the string is badly formated
Notes:
--- 128,132 ----
exceptions:
Returns __ERROR if no more memory is available.
! Invokes 'csv_error MSG' if the string is badly formatted
Notes:
***************
*** 293,297 ****
arg[1]: tuple to be converted
! output: CSV formated string
exceptions:
--- 293,297 ----
arg[1]: tuple to be converted
! output: CSV formatted string
exceptions:
|