Skip to content

Commit

Permalink
Oops, had something going to the wrong output stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Brownawell committed Oct 22, 2008
1 parent e4030e9 commit d1a8071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_diff_log.cc
Expand Up @@ -492,7 +492,7 @@ void dump_header(std::string const & revs,

vector<string> lines;
split_into_lines(summary(), lines);
cout << "#\n";
out << "#\n";
if (!summary().empty())
{
out << revs << "#\n";
Expand Down

0 comments on commit d1a8071

Please sign in to comment.