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.

_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to