Re: Problem building sane on FreeBSD 2.2.2

Oliver.Rauch@Wolfsburg.DE
Sat, 18 Oct 1997 14:51:44 +0200 (MET DST)

Hello David,

> - char gamma[3 * scanner->gamma_length * scanner->output_bytes];
> + char *gamma;
> +
> + gamma = alloca (3 * scanner->gamma_length * scanner->output_bytes);

I already have done such a fix for the next release!

Bye
Oliver

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com