[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1135: string-copy! bug
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1135: string-copy! bug |
Date: |
Fri, 27 Jun 2014 21:04:12 -0000 |
#1135: string-copy! bug
-----------------------------+----------------------------------------------
Reporter: mario | Owner:
Type: defect | Status: new
Priority: major | Milestone: 4.10.0
Component: core libraries | Version: 4.9.x
Resolution: | Keywords: string-copy!, srfi-13
-----------------------------+----------------------------------------------
Comment(by mario):
Seth Alves pointed out on #chicken that checking for string equality is
pointless, since memmove will do that anyway. So, attached is a new patch
which just replaces C_memcpy by C_memmove in C_substring_copy.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1135#comment:2>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.