csvpp

csvpp Commit Details


Date:2014-03-25 22:35:00 (10 years 8 months ago)
Author:Natalie Adams
Branch:default
Commit:049891b09610
Parents: 95848a435a01
Message:fixing issue with delimiter character

Changes:
Msrc/csvpp.cpp (1 diff)

File differences

src/csvpp.cpp
115115
116116
117117
118
118
119119
120120
121121
{
for(unsigned int x = i; x < buffer.length(); x++)
{
if (buffer[x] == r.delimiter_char || x == buffer.length())
if (buffer[x] == r.delimiter_char[0] || x == buffer.length())
{
i = x-1;
break;

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.40009s using 14 queries.