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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user