mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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. */
|
/* Careful: the string should not contain newlines. */
|
||||||
[[cstream stream] writeFormat: SIGNATURE_FORMAT_STRING,
|
[[cstream stream] writeFormat: SIGNATURE_FORMAT_STRING,
|
||||||
[self defaultDecoderClassname],
|
WRITE_SIGNATURE_FORMAT_ARGS];
|
||||||
format_version];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue