Revision: 29901
          http://sourceforge.net/p/bibdesk/svn/29901
Author:   hofman
Date:     2025-11-30 09:43:36 +0000 (Sun, 30 Nov 2025)
Log Message:
-----------
copy name, should be a no-op anyway

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

Modified: trunk/bibdesk/BDSKCategoryGroup.m
===================================================================
--- trunk/bibdesk/BDSKCategoryGroup.m   2025-11-30 09:31:06 UTC (rev 29900)
+++ trunk/bibdesk/BDSKCategoryGroup.m   2025-11-30 09:43:36 UTC (rev 29901)
@@ -57,7 +57,7 @@
     self = [super initWithName:[aName isKindOfClass:[NSString class]] ? aName 
: @""];
     if (self) {
         if ([aName isKindOfClass:[NSString class]] == NO)
-            name = aName;
+            name = [aName copy];
         key = [aKey copy];
     }
     return self;

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