adjusted to latest data.cpp
This commit is contained in:
@@ -266,7 +266,7 @@ int main()
|
|||||||
fields = NULL;
|
fields = NULL;
|
||||||
}
|
}
|
||||||
vector<string>::iterator it = entries.begin();
|
vector<string>::iterator it = entries.begin();
|
||||||
result = DataField::create(it, entries.end(), templates, fields, isSet, isTemplate ? SYN : mstr[1]);
|
result = DataField::create(it, entries.end(), templates, fields, isSet, isTemplate, !isTemplate && (mstr[1]==BROADCAST || isMaster(mstr[1])));
|
||||||
if (failedCreate) {
|
if (failedCreate) {
|
||||||
if (result == RESULT_OK)
|
if (result == RESULT_OK)
|
||||||
cout << "\"" << check[0] << "\": failed create error: unexpectedly succeeded" << endl;
|
cout << "\"" << check[0] << "\": failed create error: unexpectedly succeeded" << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user