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:
CaS 2002-02-12 17:53:04 +00:00
parent 3fb2ea3e30
commit 4741754087
2 changed files with 3 additions and 1 deletions

View file

@ -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)
{