added SymbolString::adjustHeader(), avoid strcasecmp, code style

This commit is contained in:
john30
2017-04-17 17:46:32 +02:00
parent aaea8f72ab
commit 47ed6dde3f
8 changed files with 33 additions and 19 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ using std::mutex;
#define VALUE_SEPARATOR ';'
/** special marker string for skipping columns in @a MappedFileReader. */
static const string SKIP_COLUMN = "\b";
static const char SKIP_COLUMN[] = "\b";
/**
* An abstract class that support reading definitions from a file.