mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added old classes for backward compatibility with archives
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7770 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2565540346
commit
16a9812e6c
1 changed files with 1 additions and 1 deletions
|
@ -2819,7 +2819,7 @@ handle_printf_atsign (FILE *stream,
|
|||
}
|
||||
else
|
||||
{
|
||||
self = [self initWithCharactersNoCopy: 0 length: 0 freeWhenDone: NO];
|
||||
self = [self initWithCStringNoCopy: 0 length: 0 freeWhenDone: NO];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue