pvput compat

This commit is contained in:
Michael Davidsaver
2017-09-12 12:02:26 -05:00
parent f192317320
commit 7bc7e03de7

View File

@@ -316,7 +316,7 @@ struct Putter : public pvac::ClientChannel::PutCallback
bool found=false;
for(size_t i=0; i<choices.size(); i++) {
if(bare[0]==choices[i]) {
idxfld->putFrom(i);
idxfld->putFrom<int64>(i);
found=true;
}
}