diff options
-rw-r--r-- | csol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ static const char *GetScore(int game) } else { - snprintf(buff, sizeof buff, "%lu played, %lu won, %.2f%%", + snprintf(buff, sizeof buff, "%lu played, %lu won, %.4f%%", score[game].played, score[game].won, (double)score[game].won / (double)score[game].played * 100.0); |