This commit is contained in:
13038267101 2023-01-09 17:55:07 +08:00
parent db5fcf1337
commit 081fa9dbec
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ public:
return ret;
}
int cnt = 0;
SANE_DISTORTION_VAL dis;
SANE_DISTORTION_VAL dis = { 0 };
while (ret == SCANNER_ERR_OK)
{
if (is_distortion_get_image )