From 2d740a4e4f2f2ceb81cacd4a1274ebb32b280bcd Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Thu, 10 Jan 2002 21:27:00 +0000 Subject: [PATCH] Added output of bytes scanned in total. Added warning that's printed if scanimage gets more data then expected from the parameters. Henning Meier-Geinitz --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b5e62bce..27890282f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -36,6 +36,9 @@ missing or defective links in the .desc files. Removed entry about translations. * lib/inet_ntop.c: Changed order of includes for OS/2 compatibility. + * frontend/scanimage.c: Added output of bytes scanned in total. + Added warning that's printed if scanimage gets more data then + expected from the parameters. 2002-01-09 Henning Meier-Geinitz