updated to new DataFieldTemplates

This commit is contained in:
john30
2015-06-20 10:48:07 +02:00
parent a25c52e486
commit 33017c42f7
+1 -1
View File
@@ -125,7 +125,7 @@ int main()
cout << "\"" << check[0] << "\": template fields create error: trailing input" << endl;
}
else {
result = templates->add(fields, true);
result = templates->add(fields, "", true);
if (result == RESULT_OK)
cout << " store template OK" << endl;
else {