Revision: 29822
http://sourceforge.net/p/bibdesk/svn/29822
Author: hofman
Date: 2025-11-16 15:56:34 +0000 (Sun, 16 Nov 2025)
Log Message:
-----------
don't get intermediate mutable string
Modified Paths:
--------------
trunk/bibdesk/BDSKComplexString.m
Modified: trunk/bibdesk/BDSKComplexString.m
===================================================================
--- trunk/bibdesk/BDSKComplexString.m 2025-11-16 15:50:15 UTC (rev 29821)
+++ trunk/bibdesk/BDSKComplexString.m 2025-11-16 15:56:34 UTC (rev 29822)
@@ -485,7 +485,9 @@
[retStr appendString:@" # "];
}
if([valNode type] == BDSKStringNodeString){
- [retStr appendString:[[valNode value] stringAsBibTeXString]];
+ [retStr appendString:@"{"];
+ [retStr appendString:[valNode value]];
+ [retStr appendString:@"}"];
}else{
[retStr appendString:[valNode value]];
}
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