fixed use of gdd::dataAddress() where gdd::dataVoid() should be used

This commit is contained in:
Jeff Hill
2004-05-11 00:07:16 +00:00
parent 810e60fc98
commit 53ce107e5f

View File

@@ -2040,7 +2040,7 @@ caStatus casStrmClient::writeScalarData ()
// copy in, and convert to native type, the incoming data
//
gddStatus gddStat = aitConvert (
pDD->primitiveType(), pDD->dataAddress(), type,
pDD->primitiveType(), pDD->dataVoid(), type,
this->ctx.getData(), 1, &this->ctx.getPV()->enumStringTable() );
caStatus status = S_cas_noConvert;
if ( gddStat >= 0 ) {