mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
9e7b96ab0e
commit
2a97010a5c
4 changed files with 33 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue