Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added conversion to integer when passing the port number to the CardDAV object.
[xestiaab/.git] / 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