mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2979
This commit is contained in:
parent
151d44fa6b
commit
fe6b012171
|
@ -608,7 +608,7 @@ char* windows_format_error_string( unsigned long dwError, char* pszBuf, int iSiz
|
|||
else
|
||||
{
|
||||
lpszTemp[lstrlen(lpszTemp)-2] = TEXT('\0'); //remove cr and newline character
|
||||
sprintf( pszBuf, TEXT("%s (0x%x)"), lpszTemp, GetLastError() );
|
||||
sprintf( pszBuf, TEXT("%s (0x%x)"), lpszTemp, dwError );
|
||||
}
|
||||
|
||||
if ( lpszTemp )
|
||||
|
|
Loading…
Reference in New Issue