EzCaRead.pm has mismatch in Conn/Err output
in src/epics/util/lib/EzCaread.pm, the second EPICS variable has suffix _CONN in the header structure (line 22) but suffix _ERR in the fromExp section (Line 72). This leads to an error in build when output is not sent to a terminator
/var/cache/advligorts/rcg-4.0.0~dev5/src/fe/x2tstezca/x2tstezca.c:52:50: error: ‘TST’ {aka ‘struct TST’} has no membe r named ‘X2_EXT_TEST_AO_ERR’; did you mean ‘X2_EXT_TEST_AO’? pLocalEpics->tst.AO_READ_CONN = pLocalEpics->tst.X2_EXT_TEST_AO_ERR; ^~~~~~~~~~~~~~~~~~ X2_EXT_TEST_AO