mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: turn dive-trip location and notes into std::string
Simpler memory management. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2fd226964c
commit
3ee41328f9
29 changed files with 157 additions and 179 deletions
|
@ -97,7 +97,7 @@ stats_summary calculate_stats_summary(bool selected_only)
|
|||
int current_year = -1;
|
||||
int current_month = 0;
|
||||
int prev_month = 0, prev_year = 0;
|
||||
dive_trip_t *trip_ptr = nullptr;
|
||||
dive_trip *trip_ptr = nullptr;
|
||||
|
||||
stats_summary out;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue