Skip to content

Commit b771d29

Browse files
dirk-zimochralphlange
authored andcommitted
bugfix: only mbbi.ZRVL was tested
1 parent 70eecd5 commit b771d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devOpcuaSup/devOpcua.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ inline void updateEnumInfos (REC *prec, RecordConnector *pcon)
735735
prec->sdef |= ENUM_VALUES_CHECKED;
736736
auto pvl = &prec->zrvl;
737737
for (int i = 0; i < NUMBER_OF_ENUM_CHOICES; i++) {
738-
if (*pvl) {
738+
if (*pvl++) {
739739
prec->sdef |= ENUM_VALUES_DEFINED;
740740
break;
741741
}

0 commit comments

Comments
 (0)