merge-requests/213/head^2
Thierry HUCHARD 2020-03-22 16:41:53 +01:00
rodzic f4e6677fc1
commit 81325dc773
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -103,6 +103,6 @@ escl_crop_surface(capabilities_t *scanner,
scanner->img_size = (int)(w * h * bps);
// scanner->img_size = (int)(real_w * real_h * bps);
scanner->img_read = 0;
finish:
//finish:
return surface;
}