mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-24 08:47:06 +08:00
Changed xfercount container type from uint16 to int16.
This commit is contained in:
@@ -1977,7 +1977,7 @@ namespace NTwain
|
||||
value => new TWOneValue
|
||||
{
|
||||
Item = value > 0 ? (uint)value : uint.MaxValue,
|
||||
ItemType = ItemType.UInt16
|
||||
ItemType = ItemType.Int16
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user