mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
([CStream -initForWritingToStream:s]): Return the result.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1149 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5833fa43c0
commit
5cd928bd5e
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ id CStreamSignatureMismatchException = @"CStreamSignatureMismatchException";
|
||||||
|
|
||||||
- initForWritingToStream: (id <Streaming>) s
|
- initForWritingToStream: (id <Streaming>) s
|
||||||
{
|
{
|
||||||
[self initForWritingToStream: s
|
return [self initForWritingToStream: s
|
||||||
withFormatVersion: [[self class] defaultFormatVersion]];
|
withFormatVersion: [[self class] defaultFormatVersion]];
|
||||||
}
|
}
|
||||||
|
|
||||||
- initForWritingToFile: (id <String>) file
|
- initForWritingToFile: (id <String>) file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue