Add RSI EA

This commit is contained in:
Bell
2026-05-09 23:16:50 +07:00
parent 95de84e1a2
commit 5e015de79f
16 changed files with 2041 additions and 15 deletions
+1 -1
View File
@@ -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.