diff options
Diffstat (limited to 'info.c')
-rw-r--r-- | info.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1145,7 +1145,7 @@ static timestamp_t dive_time_widget(struct dive *dive) */ if (amount_selected == 1) { timestamp_t when = current_dive->when; - when += current_dive->dc.duration.seconds; + when += get_duration_in_sec(current_dive); when += 60*60; utc_mkdate(when, &tm); time = &tm; |