flush the output buffer after each page (help prevent lost data on ctrl-C)

merge-requests/1/head
Jon Chambers 2006-06-15 20:10:15 +00:00
rodzic e55d3d8ce6
commit b6f25c8971
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1408,6 +1408,9 @@ scan_it (void)
}
}
/* flush the output buffer */
fflush( stdout );
cleanup:
if (image.data)
free (image.data);