On 9/8/05, Ashley Bone <[EMAIL PROTECTED]> wrote: > The implementation of string-concatenate-reverse/shared from SRFI-13 > has a small bug which the attached patch fixes. > > To see the bug, just try: > > (use srfi-13) > (string-concatenate-reverse/shared (list "longerstring" "short")) > > You'll see some unexpected padding in the result. >
Thanks, Ashley. The patch is applied. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
