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;