mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 22:20:59 +00:00
([Encoder -writeSignature]): Use new macro.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1008 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
189f6992db
commit
d693f394d4
1 changed files with 1 additions and 2 deletions
|
@ -120,8 +120,7 @@ my_object_is_class(id object)
|
|||
{
|
||||
/* Careful: the string should not contain newlines. */
|
||||
[[cstream stream] writeFormat: SIGNATURE_FORMAT_STRING,
|
||||
[self defaultDecoderClassname],
|
||||
format_version];
|
||||
WRITE_SIGNATURE_FORMAT_ARGS];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue