This commit is contained in:
yangjiaxuan 2023-08-04 15:42:59 +08:00
parent 1a5e2da847
commit d191476f6c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@

#include "scanner.h" #include "scanner.h"
@ -2674,7 +2674,7 @@ COM_API_IMPLEMENT(scanner, IScanImg*, take_first_image(twain_xfer xfer))
if (img) if (img)
{ {
img->prepare_data_for_transfer(xfer); //img->prepare_data_for_transfer(xfer);
img->add_ref(); img->add_ref();
wchar_t msg[128] = { 0 }; wchar_t msg[128] = { 0 };