Revision: 28965 http://sourceforge.net/p/bibdesk/svn/28965 Author: hofman Date: 2024-10-17 23:03:14 +0000 (Thu, 17 Oct 2024) Log Message: ----------- no need to standardize path twice
Modified Paths: -------------- trunk/bibdesk/NSString_BDSKExtensions.m Modified: trunk/bibdesk/NSString_BDSKExtensions.m =================================================================== --- trunk/bibdesk/NSString_BDSKExtensions.m 2024-10-17 21:27:58 UTC (rev 28964) +++ trunk/bibdesk/NSString_BDSKExtensions.m 2024-10-17 23:03:14 UTC (rev 28965) @@ -1555,7 +1555,6 @@ NSArray *commonRoot, *myUniquePart, *baseUniquePart; NSInteger numberOfStepsUp, i; - basePath = [basePath stringByStandardizingPath]; commonRoot = [[self stringByStandardizingPath] commonRootPathComponentsOfFilename:basePath components:&myUniquePart otherComponents:&baseUniquePart]; if (commonRoot == nil || [commonRoot count] == 0) return self; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit