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:
Richard Frith-MacDonald 2000-10-09 05:30:04 +00:00
parent 2565540346
commit 16a9812e6c

View file

@ -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;
}