On Wed, Apr 21, 2010 at 09:57:30AM +0400, Mansur Mamkin wrote:
> ...
> -      char buf[n + strlen(nm) + 4 + 1];
> +      char buf[n + strlen(nm) + 4 + 4 + 1];
> ...
> -         strcpy(buf + n, "lib/"),  strcpy(buf + n + 4, nm);
> +         strcpy(buf + n, "lib/"),  strcpy(buf + n + 4, nm), strcpy(buf + n + 
> 4 + strlen(nm), ".dll");

OK, so I put an #indef in those places, and released a new
"picoLisp.tgz". Should work now both on Unix and Cygwin.

Thanks to all!

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to