diff options
Diffstat (limited to 'core/divelogexportlogic.cpp')
-rw-r--r-- | core/divelogexportlogic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divelogexportlogic.cpp b/core/divelogexportlogic.cpp index 27a42fbf7..1a0779422 100644 --- a/core/divelogexportlogic.cpp +++ b/core/divelogexportlogic.cpp @@ -79,7 +79,7 @@ static void exportHTMLstatistics(const QString filename, struct htmlExportSettin stats_t total_stats; - calculate_stats_summary(&stats); + calculate_stats_summary(&stats, hes.selectedOnly); total_stats.selection_size = 0; total_stats.total_time.seconds = 0; |