mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-13 01:52:50 -05:00
#216 Added ARMv7 support.
This commit is contained in:
@@ -145,7 +145,7 @@ void ConsoleLog::print(va_list args)
|
||||
}
|
||||
|
||||
if (!isWritable()) {
|
||||
fprintf(stdout, m_buf);
|
||||
fputs(m_buf, stdout);
|
||||
fflush(stdout);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user