Skip to content
Snippets Groups Projects
Commit 20c4d27d authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

minor changes

parent 7523fc57
Branches
Tags
No related merge requests found
......@@ -2373,10 +2373,10 @@ public class HdbExtractor extends DeviceImpl
argout = new DevVarLongStringArray();
argout.lvalue = new int[1];
if (!_2value) {
argout.svalue = new String[1];
} else {
if (_2value) {
argout.svalue = new String[2];
} else {
argout.svalue = new String[1];
}
argout.lvalue[0] = dbData.getTimedData().length;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment