Oliver Rauch wrote:
>
> Hi,
>
> xsane-0.52 is available!
>
> Bye
> Oliver
When I press "scan", it dies with segmentation fault.
The assignment in the bottom of "xsane_identify_output_format"
is one level of indirection wrong on both sides!
Patch attached.
Dave Hill
-- Dave Hill, Kempston, Bedford UK dave@minnie.demon.co.uk Sicth munce ago, I cutn't evun spel enjuneer, and now I are one!
--- xsane.orig/frontend/xsane-front-gtk.c.orig Wed Jan 26 00:07:47 2000 +++ xsane/frontend/xsane-front-gtk.c Sun Jan 30 14:03:05 2000 @@ -987,7 +987,7 @@ if (ext) { - ext = &extension; + *ext = extension; } }
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sun Jan 30 2000 - 06:28:33 PST