Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added conversion to integer when passing the port number to the CardDAV object.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 3 Aug 2015 20:40:06 +0000 (21:40 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 3 Aug 2015 20:40:06 +0000 (21:40 +0100)
source/frmEditAccount.cpp

index b7c8fef..6a718e7 100644 (file)
@@ -63,7 +63,7 @@ void frmEditAccount::DetectAddressBook( wxCommandEvent& event )
        
        CardDAV CDavObj;
        
-       CDavObj.SetupConnection(txtAddress->GetValue(), PortNum, txtUsername->GetValue(), txtPassword->GetValue(), UseSSL);
+       CDavObj.SetupConnection(txtAddress->GetValue(), (int)PortNum, txtUsername->GetValue(), txtPassword->GetValue(), UseSSL);
        
        // Attempt to extract the CardDAV address.
        
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy