mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
([NSGMutableData -setLength:]): Reset eofPosition
to size. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
829722ea98
commit
4f3c94e46c
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@
|
|||
- (void) setLength: (unsigned int)length
|
||||
{
|
||||
[self setStreamBufferCapacity:length];
|
||||
eofPosition = size;
|
||||
}
|
||||
|
||||
- (void*) mutableBytes
|
||||
|
|
Loading…
Reference in a new issue