From 4cc8138021fa0962788c1a4188af8574cdbc92eb Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 29 Aug 2007 17:39:56 +0000 Subject: [PATCH] fix for mantis 298 --- src/cas/generic/casStrmClient.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cas/generic/casStrmClient.cc b/src/cas/generic/casStrmClient.cc index 8e84c06bf..b6c5411a0 100644 --- a/src/cas/generic/casStrmClient.cc +++ b/src/cas/generic/casStrmClient.cc @@ -2161,7 +2161,7 @@ caStatus casStrmClient::writeArrayData() // // install allocated area into the DD // - pDD->putRef ( pData, type, pDestructor ); + pDD->putRef ( pData, bestWritePrimType, pDestructor ); // // convert the data from the protocol buffer