#216 Added ARMv7 support.

This commit is contained in:
XMRig 2017-11-26 22:23:23 +03:00
parent d6f806c22a
commit 5f51eddd62
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 {