Hello,
I would like to inform you about a tiny bug in teco2.c
see
ht
tps://bugzilla.novell.com/show_bug.cgi?id=205451
I made the compiler happy by this fix
------------------------------------------------------------
--------
--- backend/teco2.c.orig 2005-09-20
10:11:59.000000000 +0200
+++ backend/teco2.c 2006-09-18 14:35:06.000000000 +0200
 -1524,7
+1524,7  teco_request_sense (Teco_Scanner * dev)
{
CDB cdb;
SANE_Status status;
- size_t size;
+ size_t size = 0;
MKSCSI_REQUEST_SENSE (cdb, size);
------------------------------------------------------------
--------
but I don't know if size=0 is a correct setting.
Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5 Mail:
jsmeix suse.de
90409 Nuernberg, Germany WWW: http://www.suse.de/
--
sane-devel mailing list: sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-d
evel
Unsubscribe: Send mail with subject "unsubscribe
your_password"
to sane-devel-request lists.alioth.debian.org
|