From: znek Date: Fri, 15 Oct 2004 12:24:41 +0000 (+0000) Subject: minor cleanup X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda6fa86115531b531b37a7e643efc03d8cf3eb6;p=sope minor cleanup git-svn-id: http://svn.opengroupware.org/SOPE/trunk@260 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-core/NGExtensions/ChangeLog b/sope-core/NGExtensions/ChangeLog index 23364de7..15a76a6b 100644 --- a/sope-core/NGExtensions/ChangeLog +++ b/sope-core/NGExtensions/ChangeLog @@ -1,3 +1,8 @@ +2004-10-15 Marcus Mueller + + * FdExt.subproj/NSString+Escaping.m: minor code cleanups, removed a + superfluous statement (v4.3.125) + 2004-10-15 Helge Hess * FdExt.subproj/NSString+Escaping.m: minor code cleanups, removed a diff --git a/sope-core/NGExtensions/FdExt.subproj/NSString+Escaping.m b/sope-core/NGExtensions/FdExt.subproj/NSString+Escaping.m index a228be80..12ca046c 100644 --- a/sope-core/NGExtensions/FdExt.subproj/NSString+Escaping.m +++ b/sope-core/NGExtensions/FdExt.subproj/NSString+Escaping.m @@ -89,7 +89,6 @@ safeString = [NSMutableString stringWithCapacity:length]; - length = prevRange.length; do { NSString *s; @@ -105,8 +104,8 @@ 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); diff --git a/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj b/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj index ed18981b..7cad29c3 100644 --- a/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj +++ b/sope-core/NGExtensions/NGExtensions.xcode/project.pbxproj @@ -1293,7 +1293,7 @@ ); 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; diff --git a/sope-core/NGExtensions/Version b/sope-core/NGExtensions/Version index bb8ba195..16ff6181 100644 --- a/sope-core/NGExtensions/Version +++ b/sope-core/NGExtensions/Version @@ -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