mirror of https://github.com/BOINC/boinc.git
parent
68dcc8a0d1
commit
f1a858b6ff
|
@ -62,7 +62,7 @@ int initialize_prefs() {
|
|||
CLoginDialog dlg(IDD_LOGIN);
|
||||
int retval = dlg.DoModal();
|
||||
if (retval != IDOK) return -1;
|
||||
write_account_prefs((char*)(LPCTSTR) dlg.url, (char*)(LPCTSTR) dlg.auth);
|
||||
write_account_file((char*)(LPCTSTR) dlg.url, (char*)(LPCTSTR) dlg.auth);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue