mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 09:31:07 +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
82e186ca12
commit
d7f1158630
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@
|
||||||
- (void) setLength: (unsigned int)length
|
- (void) setLength: (unsigned int)length
|
||||||
{
|
{
|
||||||
[self setStreamBufferCapacity:length];
|
[self setStreamBufferCapacity:length];
|
||||||
|
eofPosition = size;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void*) mutableBytes
|
- (void*) mutableBytes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue