mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use duration_t for total_sac_time in struct stats_t
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
95a23cf470
commit
ca4ccadcc4
2 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ typedef struct
|
|||
temperature_sum_t combined_temp;
|
||||
unsigned int combined_count;
|
||||
unsigned int selection_size;
|
||||
unsigned int total_sac_time;
|
||||
duration_t total_sac_time;
|
||||
bool is_year;
|
||||
bool is_trip;
|
||||
char *location;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue