On 7/31/05, Reed Sheridan <[EMAIL PROTECTED]> wrote: > Hello, > > I found that this expression: > > (open-input-file "") > > causes a segmentation fault. It turns out that ##sys#expand-home-path > returns undefined when given "", which is then passed to some C > function that expects a string. The fix for this is simple enough, > and is attached as a patch. >
Thanks a lot. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
