#216 Added ARMv7 support.

This commit is contained in:
XMRig 2017-11-26 22:23:23 +03:00
parent 9100e3fb65
commit aa4f8b6fa7
9 changed files with 74 additions and 16 deletions

View file

@ -145,7 +145,7 @@ void ConsoleLog::print(va_list args)
}
if (!isWritable()) {
fprintf(stdout, m_buf);
fputs(m_buf, stdout);
fflush(stdout);
}
else {