> - 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