mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Typo and other fixes.
This commit is contained in:
@@ -278,7 +278,7 @@ namespace NTwain.Internals
|
||||
var xrc = ReturnCode.Success;
|
||||
do
|
||||
{
|
||||
xrc = session.DGImage.ImageMemFileXfer.Get(xferInfo);
|
||||
xrc = session.DGImage.ImageMemXfer.Get(xferInfo);
|
||||
|
||||
if (xrc == ReturnCode.Success ||
|
||||
xrc == ReturnCode.XferDone)
|
||||
|
||||
Reference in New Issue
Block a user