Changed xfercount container type from uint16 to int16.

This commit is contained in:
Eugene Wang 2018-11-06 18:04:30 +00:00
parent c739b461c0
commit 15155084ad

View File

@ -1977,7 +1977,7 @@ namespace NTwain
value => new TWOneValue
{
Item = value > 0 ? (uint)value : uint.MaxValue,
ItemType = ItemType.UInt16
ItemType = ItemType.Int16
}));
}
}