Skip to content

Commit

Permalink
Fix a Windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Crunsher committed Feb 20, 2015
1 parent 41f7ec9 commit 8402d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/troubleshootcollectcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class TroubleshootCollectCommand::InfoLog

bool GetStreamHealth(void) const
{
return *m_Stream;
return m_Stream->good();
}

private:
Expand Down

0 comments on commit 8402d64

Please sign in to comment.