s/FALSE/false/

This commit is contained in:
Andrew Johnson
2008-09-22 18:20:56 +00:00
parent 1be79a4911
commit 5d6b223229

View File

@@ -240,7 +240,7 @@ extern "C" void epicsShareAPI configureChannelAccessAddressList
}
}
}
addAddrToChannelAccessAddressList ( &tmpList, &EPICS_CA_ADDR_LIST, port, FALSE );
addAddrToChannelAccessAddressList ( &tmpList, &EPICS_CA_ADDR_LIST, port, false );
removeDuplicateAddresses ( pList, &tmpList, 0 );
}