diff --git a/src/lib/ebus/filereader.h b/src/lib/ebus/filereader.h index 357ee670..1c3be6e6 100644 --- a/src/lib/ebus/filereader.h +++ b/src/lib/ebus/filereader.h @@ -39,6 +39,9 @@ using namespace std; /** the separator character used to quote text having the @a FIELD_SEPARATOR in it. */ #define TEXT_SEPARATOR '"' +/** the separator character as string used to quote text having the @a FIELD_SEPARATOR in it. */ +#define TEXT_SEPARATOR_STR "\"" + extern void printErrorPos(ostream& out, vector::iterator begin, const vector::iterator end, vector::iterator pos, string filename, size_t lineNo, result_t result); extern unsigned int parseInt(const char* str, int base, const unsigned int minValue, const unsigned int maxValue, result_t& result, unsigned int* length);