]> err.no Git - sope/commitdiff
minor cleanup
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 15 Oct 2004 12:24:41 +0000 (12:24 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 15 Oct 2004 12:24:41 +0000 (12:24 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@260 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/NGExtensions/ChangeLog
sope-core/NGExtensions/FdExt.subproj/NSString+Escaping.m
sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj
sope-core/NGExtensions/Version

index 23364de7d7bf6fae659d2c55085b30dc7a32b9bc..15a76a6b91f604961df86775dd7f670e961d2b38 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * FdExt.subproj/NSString+Escaping.m: minor code cleanups, removed a
+         superfluous statement (v4.3.125)
+
 2004-10-15  Helge Hess  <helge.hess@opengroupware.org>
 
        * FdExt.subproj/NSString+Escaping.m: minor code cleanups, removed a
index a228be80c754a786de9ddcd6ed00bb2ef50dd6d4..12ca046c451753a2d5a70bb1aa1c1cec446e9211 100644 (file)
@@ -89,7 +89,6 @@
   
   safeString = [NSMutableString stringWithCapacity:length];
 
-  length = prevRange.length;
   do {
     NSString *s;
 
     todoRange.location = prevRange.location;
     todoRange.length   = length - prevRange.location;
     escRange           = [self rangeOfCharacterFromSet:_escSet
-                              options:0
-                              range:todoRange];
+                               options:0
+                                                range:todoRange];
   }
   while(escRange.length > 0);
   
index ed18981bc910b4a33714372260978affc2080e5f..7cad29c3fb995f5112793ae5faab618dc0e74685 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.3.123;
+                               DYLIB_CURRENT_VERSION = 4.3.124;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
index bb8ba1953832529e8d401727f6fdf595fb0eb177..16ff618163b3e24da65a9101cf307862db9b4f40 100644 (file)
@@ -1,6 +1,6 @@
 # version
 
-SUBMINOR_VERSION:=124
+SUBMINOR_VERSION:=125
 
 # v4.3.115 requires libFoundation v1.0.59
 # v4.2.72  requires libEOControl  v4.2.39