mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
|
@ -7,6 +7,8 @@
|
||||||
* Tools/autogsdoc.m: ditto
|
* Tools/autogsdoc.m: ditto
|
||||||
Put stuff in place for merging info
|
Put stuff in place for merging info
|
||||||
revert key-value coding changes.
|
revert key-value coding changes.
|
||||||
|
* Source/NSString.m: Fix bug in datausingEncoding:allowLossyConversion:
|
||||||
|
pointed out by Stephen Brandon.
|
||||||
|
|
||||||
Mon Feb 11 15:11:31 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
Mon Feb 11 15:11:31 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
|
|
@ -2294,7 +2294,7 @@ handle_printf_atsign (FILE *stream,
|
||||||
NSZoneRealloc(NSDefaultMallocZone(), buff, j);
|
NSZoneRealloc(NSDefaultMallocZone(), buff, j);
|
||||||
|
|
||||||
return [NSDataClass dataWithBytesNoCopy: buff
|
return [NSDataClass dataWithBytesNoCopy: buff
|
||||||
length: count];
|
length: j];
|
||||||
}
|
}
|
||||||
else if (encoding == NSUnicodeStringEncoding)
|
else if (encoding == NSUnicodeStringEncoding)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue