chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] [PATCH] Fix substring not checking its number of argumen


From: Michele La Monaca
Subject: [Chicken-users] [PATCH] Fix substring not checking its number of arguments
Date: Sun, 10 Nov 2013 17:47:33 +0100

Hi all,

substring is picky towards string indexes, not so about the number of its
arguments. Es:

(substring "abc" 1 2 (sleep 10))

This patch tries to remedy the situation. While at that I also removed tabs
and trailing whitespaces.

Regards,
Michele

Attachment: 0001-fix-substring-not-checking-its-number-of-arguments.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]