This commit is contained in:
Michael Davidsaver
2017-10-05 09:36:53 +02:00
parent cb9a154934
commit 221b880a4f

View File

@ -286,7 +286,7 @@ struct Putter : public pvac::ClientChannel::PutCallback
PVFieldPtr fld(root->getSubField("value"));
if(!fld)
throw std::runtime_error("Structure has not .value");
throw std::runtime_error("Structure has no .value");
Type ftype = fld->getField()->getType();
if(ftype==scalar) {