Revision: 22461
http://sourceforge.net/p/bibdesk/svn/22461
Author: hofman
Date: 2018-07-23 17:44:36 +0000 (Mon, 23 Jul 2018)
Log Message:
-----------
add braces
Modified Paths:
--------------
trunk/bibdesk/BDSKFormatParser.m
Modified: trunk/bibdesk/BDSKFormatParser.m
===================================================================
--- trunk/bibdesk/BDSKFormatParser.m 2018-07-23 17:43:11 UTC (rev 22460)
+++ trunk/bibdesk/BDSKFormatParser.m 2018-07-23 17:44:36 UTC (rev 22461)
@@ -151,8 +151,9 @@
// look for [separator] and
[etal]
scanOptArg(scanner, &authSep, @"") &&
scanOptArg(scanner, &etal, @"");
// look for #names and #chars per name
- if (scanSignedDigit(scanner, &numAuth, &isLast))
+ if (scanSignedDigit(scanner, &numAuth, &isLast)) {
if (NO == [scanner scanUnsignedInteger:&numChars])
numChars = 0;
+ }
}
NSArray *authArray = [pub
peopleArrayForField:BDSKAuthorString];
if ([authArray count] == 0 && specifier
== 'p') {
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