This commit is contained in:
13038267101 2023-06-17 16:53:40 +08:00
parent 3ea35183ad
commit a89937630f
1 changed files with 1 additions and 1 deletions

View File

@ -3128,7 +3128,7 @@ int hg_scanner::save_usb_data(std::shared_ptr<tiny_buffer> data)
usb_img_index_++; usb_img_index_++;
VLOG_MINI_1(LOG_LEVEL_DEBUG_INFO, "USB read one picture with %u bytes\n", data->size()); VLOG_MINI_1(LOG_LEVEL_DEBUG_INFO, "USB read one picture with %u bytes\n", data->size());
if (dump_usb_path_.length() && pid_ != 0x0200 && pid_ != 0x100) //这两台设备不是jpg的图 所以不能直接处理 if (dump_usb_path_.length()) //这两台设备不是jpg的图 所以不能直接处理
{ {
char name[80] = { 0 }; char name[80] = { 0 };
FILE* dst = nullptr; FILE* dst = nullptr;