We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d79ec commit 581d100Copy full SHA for 581d100
testApp/remote/testServer.cpp
@@ -266,7 +266,7 @@ static epics::pvData::PVStructure::shared_pointer createNTTable(int columnsCount
266
{
267
StringArray fieldNames(columnsCount);
268
FieldConstPtrArray fields(columnsCount);
269
- char sbuf[16];
+ char sbuf[20];
270
PVStringArray::svector labels(columnsCount);
271
for (int i = 0; i < columnsCount; i++)
272
0 commit comments