updated to new DataFieldTemplates
This commit is contained in:
@@ -125,7 +125,7 @@ int main()
|
|||||||
cout << "\"" << check[0] << "\": template fields create error: trailing input" << endl;
|
cout << "\"" << check[0] << "\": template fields create error: trailing input" << endl;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
result = templates->add(fields, true);
|
result = templates->add(fields, "", true);
|
||||||
if (result == RESULT_OK)
|
if (result == RESULT_OK)
|
||||||
cout << " store template OK" << endl;
|
cout << " store template OK" << endl;
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user