gnustep-dev
[Top][All Lists]
Advanced

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

Re: Problem with string replacement


From: Fred Kiefer
Subject: Re: Problem with string replacement
Date: Fri, 28 Oct 2011 14:48:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.23) Gecko/20110920 SUSE/3.1.15 Thunderbird/3.1.15

On 28.10.2011 14:25, Fred Kiefer wrote:
On 28.10.2011 14:13, Richard Frith-Macdonald wrote:
I couldn't reproduce the problem on my main system, but on my 64bit
test system where I'm experimenting with clang it shows up ... so
it's probably a 64bit related issue.

If it only shows up on 64bit machines (I am using on) then maybe
replacing all the occurrences of unsigned with NSUInteger in GSSeq.h may
resolve the issue? I'll give that a try.

No, this change, although I think it is needed, didn't help. But changing the passed in string into [NSString stringWithString: @"\""] yields the correct result. Looks like we should add a few more tests for constant strings.



reply via email to

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