Make another couple of functions truly private

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23922 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-10-20 12:57:59 +00:00
parent 9e7b96ab0e
commit 2a97010a5c
4 changed files with 33 additions and 20 deletions

View file

@ -1087,7 +1087,7 @@ handle_printf_atsign (FILE *stream,
f._flags.wide = 0;
f._flags.free = 0;
GSPrivateFormat(&f, fmt, argList, locale);
GSStrExternalize(&f);
GSPrivateStrExternalize(&f);
if (fmt != fbuf)
{
objc_free(fmt);