Revision: 29359
          http://sourceforge.net/p/bibdesk/svn/29359
Author:   hofman
Date:     2025-07-25 08:58:19 +0000 (Fri, 25 Jul 2025)
Log Message:
-----------
copy field value

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2025-07-25 08:54:32 UTC (rev 29358)
+++ trunk/bibdesk/BibItem.m     2025-07-25 08:58:19 UTC (rev 29359)
@@ -1127,6 +1127,8 @@
         oldValue = nil;
     if ([value isEqualAsComplexString:@""])
         value = nil;
+    else
+        value = [value copy];
     if (oldValue == nil && value == nil)
         return;
     if ([self undoManager]) {

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