mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
A temporary fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8045 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb7d43b052
commit
f12ce71acf
2 changed files with 4 additions and 1 deletions
|
@ -275,7 +275,7 @@ handle_printf_atsign (FILE *stream,
|
|||
#endif
|
||||
len = fprintf(stream, "%*s",
|
||||
(info->left ? - info->width : info->width),
|
||||
[[string_object description] cString]);
|
||||
[[string_object description] lossyCString]);
|
||||
return len;
|
||||
}
|
||||
#endif /* HAVE_REGISTER_PRINTF_FUNCTION */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue