mirror of
https://github.com/soukoku/ntwain.git
synced 2025-10-07 16:14:17 +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