Revision: 22435
          http://sourceforge.net/p/bibdesk/svn/22435
Author:   hofman
Date:     2018-07-18 12:23:45 +0000 (Wed, 18 Jul 2018)
Log Message:
-----------
initial value for local variable

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

Modified: trunk/bibdesk/BibPref_AutoFile.m
===================================================================
--- trunk/bibdesk/BibPref_AutoFile.m    2018-07-18 12:14:24 UTC (rev 22434)
+++ trunk/bibdesk/BibPref_AutoFile.m    2018-07-18 12:23:45 UTC (rev 22435)
@@ -145,7 +145,7 @@
 - (void)updateFormatPreviewUI{
     NSString *formatString = [sud stringForKey:BDSKLocalFileFormatKey];
        NSAttributedString *attrFormat = nil;
-    NSString * error;
+    NSString *error = nil;
        NSRect frame;
        
        if ([BDSKFormatParser validateFormat:&formatString 
attributedFormat:&attrFormat forField:BDSKLocalFileString error:&error]) {

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

Reply via email to