mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Remove bogus newline generated for bool
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21782 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf397ea7cc
commit
9c4017648e
2 changed files with 6 additions and 2 deletions
|
@ -1590,7 +1590,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
|
|||
}
|
||||
else if (x == NSPropertyListGNUstepFormat)
|
||||
{
|
||||
[dest appendBytes: "<*BY>\n" length: 6];
|
||||
[dest appendBytes: "<*BY>" length: 5];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -1605,7 +1605,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
|
|||
}
|
||||
else if (x == NSPropertyListGNUstepFormat)
|
||||
{
|
||||
[dest appendBytes: "<*BN>\n" length: 6];
|
||||
[dest appendBytes: "<*BN>" length: 5];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue