mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Minor bugfix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12509 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3fb2ea3e30
commit
4741754087
2 changed files with 3 additions and 1 deletions
|
@ -2294,7 +2294,7 @@ handle_printf_atsign (FILE *stream,
|
|||
NSZoneRealloc(NSDefaultMallocZone(), buff, j);
|
||||
|
||||
return [NSDataClass dataWithBytesNoCopy: buff
|
||||
length: count];
|
||||
length: j];
|
||||
}
|
||||
else if (encoding == NSUnicodeStringEncoding)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue