From f7514ab1bfeba50c4067c2cf93589099eb4ee20f Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Tue, 5 Dec 2000 19:31:36 +0000 Subject: [PATCH] 2000-12-05 Henning Meier-Geinitz * TODO: Updated. Added point about plustek-share.h using c++ comment and reminder to check config.in.h. Removed entriy about as6e.c stat result check. * backend/as6e.c backend/as63.h: Comitted patch from Eugene Weiss . Fixes: Use only DBG (no printfs). Check result of stat. Add GPL header. --- TODO | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 71c29c3a1..55d21c198 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -TODO (2000-12-04) +TODO (2000-12-05) ******** todo ******** @@ -48,8 +48,7 @@ backends * dc210 and jpeg stuff: move sanei_* functions to sanei/ (if they are necssary). - * as6e: Check result of stat for errors to avoid false recognitions of the - as6edriver. + * plustek-share.h: remove // doc --- @@ -112,7 +111,11 @@ misc * use #include "../include/lalloca.h" instead of #include + * check include/sane/config.h.in for unnecessary macros. + ******** done ******** +* as6e: Check result of stat for errors to avoid false recognitions of the + as6edriver. * artec: O_SYNC is not Posix. Breaks compilation on FreeBSD and (maybe) OS/2. * use strchr() instead of index() in mustek_pp to avoid problems when icluding strings.h or string.h.