Add RSI EA
This commit is contained in:
@@ -204,7 +204,7 @@ bool CFilePipe::ReadInteger(T &value)
|
||||
if(WaitForRead(sizeof(T)))
|
||||
{
|
||||
ResetLastError();
|
||||
value=FileReadInteger(m_handle,sizeof(T));
|
||||
value=(T)FileReadInteger(m_handle,sizeof(T));
|
||||
return(GetLastError()==0);
|
||||
}
|
||||
//--- failure
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user