*** empty log message ***

svn path=/trunk/boinc/; revision=10987
This commit is contained in:
Rom Walton 2006-08-23 17:49:48 +00:00
parent 78e0c57adb
commit 0617c6eabb
1 changed files with 1 additions and 1 deletions

View File

@ -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;