This commit is contained in:
Jaidan Sleeba 2024-09-26 11:54:47 +05:30 committed by GitHub
commit 2d2e2ad3d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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