mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +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
d001169ade
commit
8163f65daf
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@
|
|||
* Tools/autogsdoc.m: ditto
|
||||
Put stuff in place for merging info
|
||||
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>
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue