mirror of
https://github.com/soukoku/ntwain.git
synced 2025-08-20 08:38:16 +08:00
Merge 2eb98643d6 into c5e2960678
This commit is contained in:
commit
2d2e2ad3d3
@ -54,7 +54,8 @@ namespace NTwain.Internals
|
||||
#endregion
|
||||
|
||||
var pending = new TWPendingXfers();
|
||||
var rc = session.DGControl.PendingXfers.Get(pending);
|
||||
var rc = xferImage ? ReturnCode.Success : session.DGControl.PendingXfers.Get(pending);
|
||||
|
||||
if (rc == ReturnCode.Success)
|
||||
{
|
||||
do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user