Revision: 29360
          http://sourceforge.net/p/bibdesk/svn/29360
Author:   hofman
Date:     2025-07-25 09:00:51 +0000 (Fri, 25 Jul 2025)
Log Message:
-----------
no need to make copy of old value

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2025-07-25 08:58:19 UTC (rev 29359)
+++ trunk/bibdesk/BDSKEditor.m  2025-07-25 09:00:51 UTC (rev 29360)
@@ -2207,7 +2207,7 @@
 }
 
 - (void)recordChangingField:(NSString *)fieldName toValue:(NSString *)value{
-    NSString *oldValue = [[publication valueOfField:fieldName] copy];
+    NSString *oldValue = [publication valueOfField:fieldName];
     
     [publication setField:fieldName toValue:value];
        

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

Reply via email to