discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Small Patch for NSPropertyList.m


From: Adrian Robert
Subject: Re: Small Patch for NSPropertyList.m
Date: Wed, 12 Oct 2005 10:23:49 -0400


On Oct 7, 2005, at 4:21 AM, Chris Vetter wrote:

Hi,

occasionally I have to modify ~/GNUstep/Defaults/.GNUstepDefaults by hand and noticed that BOOLs are written with an additional \n -- which looks
kinda weird:

Not sure if anyone else already answered this privately, but I assume plists are pretty heavily tested in the testsuite, so I'd say if these pass then the patch (which looks pretty innocent) is OK.. Do you need someone to commit it for you?



--- NSPropertyList.m.ORG        Sat Jul  9 04:30:49 2005
+++ NSPropertyList.m    Fri Oct  7 10:09:13 2005
@@ -1590,7 +1590,7 @@
                }
              else if (x == NSPropertyListGNUstepFormat)
                {
-                 [dest appendBytes: "<*BY>\n" length: 6];
+                 [dest appendBytes: "<*BY>" length: 5];
                }
              else
                {
@@ -1605,7 +1605,7 @@
                }
              else if (x == NSPropertyListGNUstepFormat)
                {
-                 [dest appendBytes: "<*BN>\n" length: 6];
+                 [dest appendBytes: "<*BN>" length: 5];
                }
              else
                {

--
Chris

--
Highspeed-Freiheit. Bei GMX supergünstig, z.B. GMX DSL_Cityflat,
DSL-Flatrate für nur 4,99 Euro/Monat*  http://www.gmx.net/de/go/dsl


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep







reply via email to

[Prev in Thread] Current Thread [Next in Thread]