mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
dabaf835a8
commit
8983f563c8
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…
Add table
Add a link
Reference in a new issue