merge-requests/213/head
thierry1970 2019-12-26 14:03:33 +01:00
rodzic 65470e95aa
commit 2ea6552ed3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -45,7 +45,7 @@ get_TIFF_data(capabilities_t *scanner, int *w, int *h, int *components)
npixels = width * height;
raster = (unsigned char*) malloc(npixels * sizeof (uint32));
if (raster != NULL)
{
{
fprintf(stderr, "Memory allocation problem.\n");
return (SANE_STATUS_INVAL);
}