Don't call sane_exit twice. Call sane_init after sane_exit. Try to load from

$LD_LIBRARY_PATH ($SHLIB_PATH, $LIBPATH) first and only check LIBDIR if
opening failed. New version: 1.0.6.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-04-21 14:02:51 +00:00
rodzic d3459e64f0
commit 4e20914db5
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -6,6 +6,10 @@
* backend/test.c doc/descriptions/test.desc: Check if sane_init was
called before any other SANE function.
* backend/dll.c doc/descriptions/dll.desc: Don't call sane_exit twice.
Call sane_init after sane_exit. Try to load from $LD_LIBRARY_PATH
($SHLIB_PATH, $LIBPATH) first and only check LIBDIR if opening
failed. New version: 1.0.6.
2002-04-21 Abel Deuring <a.deuring@satzbau-gmbh.de>
* backend/sharp.c: added a "free(devlist)" call to sane_exit