This commit is contained in:
13038267101 2023-03-07 15:30:51 +08:00
parent d98b795b08
commit 39fc2ee2db
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ int hg_scanner_239::set_auto_flat(int data)
}
if ((fw[5] == 'A' && atoi(fw.substr(6, 4).c_str()) <= 9999))
{
data = 0 == 1 ? 1 : 0; //暂时没有用。
data = data == 1 ? 1 : 0; //暂时没有用。
}
if (!wait_usb_.is_waiting())
{