Revision: 22505
http://sourceforge.net/p/bibdesk/svn/22505
Author: hofman
Date: 2018-08-19 14:32:57 +0000 (Sun, 19 Aug 2018)
Log Message:
-----------
use correct character set
Modified Paths:
--------------
trunk/bibdesk/NSString_BDSKExtensions.m
Modified: trunk/bibdesk/NSString_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSString_BDSKExtensions.m 2018-08-19 06:30:44 UTC (rev
22504)
+++ trunk/bibdesk/NSString_BDSKExtensions.m 2018-08-19 14:32:57 UTC (rev
22505)
@@ -1329,7 +1329,7 @@
}
- (NSString *)stringByRemovingSurroundingWhitespaceAndNewlines {
- return [self stringByTrimmingCharactersInSet:[NSCharacterSet
whitespaceCharacterSet]];
+ return [self stringByTrimmingCharactersInSet:[NSCharacterSet
whitespaceAndNewlineCharacterSet]];
}
- (NSString *)stringByRemovingSurroundingWhitespace {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit