Revision: 29940
http://sourceforge.net/p/bibdesk/svn/29940
Author: hofman
Date: 2025-12-02 18:00:55 +0000 (Tue, 02 Dec 2025)
Log Message:
-----------
initialize array with max required capacity
Modified Paths:
--------------
trunk/bibdesk/BDSKFiler.m
Modified: trunk/bibdesk/BDSKFiler.m
===================================================================
--- trunk/bibdesk/BDSKFiler.m 2025-12-02 17:49:53 UTC (rev 29939)
+++ trunk/bibdesk/BDSKFiler.m 2025-12-02 18:00:55 UTC (rev 29940)
@@ -221,7 +221,7 @@
} else {
- NSMutableDictionary *info = [NSMutableDictionary
dictionaryWithCapacity:6];
+ NSMutableDictionary *info = [NSMutableDictionary
dictionaryWithCapacity:7];
[info setValue:pub forKey:BDSKFilerPublicationKey];
[info setValue:file forKey:BDSKFilerFileKey];
[info setValue:oldPath forKey:BDSKFilerOldPathKey];
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