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