Revision: 24539 http://sourceforge.net/p/bibdesk/svn/24539 Author: hofman Date: 2020-01-17 16:04:36 +0000 (Fri, 17 Jan 2020) Log Message: ----------- use NSString rather than BDSKComplexString when replacing complex string, the result can non complex if replace a macro by a quoted string
Modified Paths: -------------- trunk/bibdesk/BDSKComplexString.m Modified: trunk/bibdesk/BDSKComplexString.m =================================================================== --- trunk/bibdesk/BDSKComplexString.m 2020-01-17 15:55:14 UTC (rev 24538) +++ trunk/bibdesk/BDSKComplexString.m 2020-01-17 16:04:36 UTC (rev 24539) @@ -523,7 +523,7 @@ } if (num) { - newString = [BDSKComplexString stringWithNodes:newNodes macroResolver:macroResolver]; + newString = [NSString stringWithNodes:newNodes macroResolver:macroResolver]; } else { newString = [[self retain] autorelease]; } 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