Revision: 21843
          http://sourceforge.net/p/bibdesk/svn/21843
Author:   hofman
Date:     2018-02-07 22:51:25 +0000 (Wed, 07 Feb 2018)
Log Message:
-----------
fix type

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

Modified: trunk/bibdesk/BDSKPasswordController.m
===================================================================
--- trunk/bibdesk/BDSKPasswordController.m      2018-02-07 22:44:38 UTC (rev 
21842)
+++ trunk/bibdesk/BDSKPasswordController.m      2018-02-07 22:51:25 UTC (rev 
21843)
@@ -54,9 +54,9 @@
     if (accountCString == NULL)
         accountCString = [NSUserName() UTF8String];
     SecKeychainAttribute attrs[] = {
-        {kSecServiceItemAttr, (SInt32)strlen(serviceCString), (void 
*)serviceCString},
-        {kSecAccountItemAttr, (SInt32)strlen(accountCString), (void 
*)accountCString},
-        {kSecLabelItemAttr, (SInt32)strlen(nameCString), (void *)nameCString}};
+        {kSecServiceItemAttr, (UInt32)strlen(serviceCString), (void 
*)serviceCString},
+        {kSecAccountItemAttr, (UInt32)strlen(accountCString), (void 
*)accountCString},
+        {kSecLabelItemAttr, (UInt32)strlen(nameCString), (void *)nameCString}};
     SecKeychainAttributeList attributes = {3, attrs};
     return attributes;
 }

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