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 2000-10-09 05:30:04 +00:00
parent b1d5d768fb
commit 4f49bf1172

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