]> err.no Git - sope/commitdiff
Bugfix
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 30 Oct 2004 13:47:18 +0000 (13:47 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 30 Oct 2004 13:47:18 +0000 (13:47 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@327 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/SaxObjC/ChangeLog
sope-xml/SaxObjC/SaxObjectModel.m
sope-xml/SaxObjC/Version

index edfdf1ab2c4738326c51f6f770ccff46e9bfa450..5a687d7bf3c1a3f58943b954dce6a2a916dc8a56 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-30  Marcus Mueller  <znek@mulle-kybernetik.com>
 
+       * SaxObjectDecoder.m: fixed typo that prevented compile on non
+         Apple Foundation (v4.3.43)
+
        * SaxObjectDecoder.m: provide fix for discovering mutable array on
          Apple/CoreFoundation - this is rather disturbing, but Apple really
          broke the concept of mutability for NSArray/NSDictionary. (v4.3.42)
index 8e150097df095766c6f04edfb3db2d35b9f1fc3b..b85c5357f2bf23b6109ce4ea5772f2b82ad840c1 100644 (file)
@@ -60,8 +60,8 @@ static Class NSCFArrayClass = Nil;
   if (isInitialized) return;
   isInitialized = YES;
     NSCFArrayClass = NSClassFromString(@"NSCFArray");
-#endif
 }
+#endif
 
 + (NSArray *)saxMappingSearchPathes {
   if (searchPathes == nil) {
index 6f16b3c2caec12336ce2fcd4f92d51b6463b10f3..7444d624bfd3b82dcbc1f5980f45c7803c924b59 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=42
+SUBMINOR_VERSION:=43