Revision: 27443
          http://sourceforge.net/p/bibdesk/svn/27443
Author:   hofman
Date:     2022-05-20 14:09:41 +0000 (Fri, 20 May 2022)
Log Message:
-----------
return original edited string autoreleased

Modified Paths:
--------------
    trunk/bibdesk/BDSKComplexStringFormatter.m

Modified: trunk/bibdesk/BDSKComplexStringFormatter.m
===================================================================
--- trunk/bibdesk/BDSKComplexStringFormatter.m  2022-05-20 06:30:35 UTC (rev 
27442)
+++ trunk/bibdesk/BDSKComplexStringFormatter.m  2022-05-20 14:09:41 UTC (rev 
27443)
@@ -134,7 +134,7 @@
     }
     
     if ([string isEqualAsComplexString:editedValue])
-        string = editedValue;
+        string = [[editedValue retain] autorelease];
     
     if (string == nil)
         return NO;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to