kopia lustrzana https://gitlab.com/sane-project/backends
flush the output buffer after each page (help prevent lost data on ctrl-C)
rodzic
e55d3d8ce6
commit
b6f25c8971
|
@ -1408,6 +1408,9 @@ scan_it (void)
|
|||
}
|
||||
}
|
||||
|
||||
/* flush the output buffer */
|
||||
fflush( stdout );
|
||||
|
||||
cleanup:
|
||||
if (image.data)
|
||||
free (image.data);
|
||||
|
|
Ładowanie…
Reference in New Issue