Skip to content

Commit

Permalink
Очередная правка статистики.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Makarenya committed May 26, 2016
1 parent 27e4254 commit de9cf2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model/VantageFxModel.cpp
Expand Up @@ -290,8 +290,9 @@ namespace vantagefx {

stream << date;
for(auto item : it.value()) {
stream << ";" << item.wins << ";" << item.fails << ";" << item.draws << endl;
stream << ";" << item.wins << ";" << item.fails << ";" << item.draws;
}
stream << endl;
}
}
}
Expand Down

0 comments on commit de9cf2b

Please sign in to comment.