discuss-gnustep
[Top][All Lists]
Advanced

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

Problem with mutable data.


From: jzahorsky
Subject: Problem with mutable data.
Date: Wed, 14 Mar 2001 13:35:28 GMT

Hi.
I have a problem with class NSMutableData, concretly with the metod setData:.
When I create object
	obj = [NSMutableData data];
then [obj length]==0.  Then I call 
	[obj setData:aData]
and this metod generate critical error: 
NSRangeException: in replaceBytesInRange:withBytes:, range {0,4} extends beyond size (0).
Is this problem in GNUstep implementation? 
	Jirka Z.




reply via email to

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