mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10987
This commit is contained in:
parent
78e0c57adb
commit
0617c6eabb
|
@ -70,7 +70,7 @@ EXTERN_C __declspec(dllexport) BOOL DetectSetupAuthenticator(LPCTSTR szProjectUR
|
|||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, TEXT("DetectSetupAuthenticator() - InternetGetCookieEx Failed. GetLastError = '%d'"), GetLastError());
|
||||
fprintf(stderr, _T("DetectSetupAuthenticator() - InternetGetCookieEx Failed. GetLastError = '%d'"), GetLastError());
|
||||
}
|
||||
|
||||
return bReturnValue;
|
||||
|
|
Loading…
Reference in New Issue