Skip to content

Commit

Permalink
Fix size/type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ess committed Sep 15, 2023
1 parent 7d80472 commit 1d44d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioc/iocsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ void IOCSource::doPostProcessing(dbChannel* pDbChannel, TriState forceProcessing
(forceProcessing == True) ||
(pDbChannel->addr.pfldDes->process_passive &&
pDbChannel->addr.precord->scan == 0 &&
dbChannelFinalFieldSize(pDbChannel) < DBR_PUT_ACKT &&
dbChannelFinalFieldType(pDbChannel) < DBR_PUT_ACKT &&
forceProcessing == Unset)) {
if (pDbChannel->addr.precord->pact) {
#if EPICS_VERSION_INT >= VERSION_INT(3, 16, 2, 0)
Expand Down

0 comments on commit 1d44d8d

Please sign in to comment.