Merge pull request #21 from john30/master

some fixes, better support for CSV, nicer logging
This commit is contained in:
Roland Jax
2014-12-13 15:07:30 +01:00
12 changed files with 329 additions and 248 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ int main()
if (result != RESULT_OK) {
cout << "\"" << check[0] << "\": create error: "
<< getResultCode(result) << endl;
printErrorPos(entries.begin(), entries.end(), it);
printErrorPos(entries.begin(), entries.end(), it, "", 0, result);
continue;
}
if (deleteMessage == NULL) {