1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-19 05:33:33 -04:00

Fix error if stdout not available.

This commit is contained in:
XMRig
2017-08-17 18:54:41 +03:00
parent 168b1aac2f
commit 60224ccd23
2 changed files with 19 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ public:
void text(const char *fmt, va_list args) override;
private:
bool isWritable() const;
void print(char *fmt, va_list args);
bool m_colors;