bug-gnustep
[Top][All Lists]
Advanced

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

Re: [NSString getCString:maxLength:range:remainingRange:]


From: Richard Frith-Macdonald
Subject: Re: [NSString getCString:maxLength:range:remainingRange:]
Date: Wed, 20 Jun 2001 20:13:12 +0100

On Wednesday, June 20, 2001, at 11:39 AM, Michael Scheibler wrote:

GSString.m:

static inline void
getCString_c(ivars self, char *buffer, unsigned int maxLength,
             NSRange aRange, NSRange *leftoverRange)
{
  int len;

<snip>


I think the lines 1a and 2a have to be swapped with lines 1b and 2b.

Thanks.  Done that in CVS ... also for getCString_u()



reply via email to

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