Commit graph

3 commits

Author SHA1 Message Date
Dirk Hohndel
2219f66f67 stop silly warnings
These both created warnings about potential truncation that in an of themselves
were already bogus, but were turned into errors by zealous distro compiler
defaults.
The new code is annoying and marginally pointless, but... alas.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2024-04-24 17:17:14 -07:00
Berthold Stoeger
da7ea17b66 cleanup: replace fprintf to stderr by report_info()
Let's try to unify debugging output!

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-04-23 07:47:11 +07:00
Berthold Stoeger
cca4c8cae5 core: return std::string from get_dive_date_c_string()
Had to convert uemis-donwloader.c to C++. Lot's of
non-const clean code.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-03-10 11:01:42 +13:00
Renamed from core/uemis-downloader.c (Browse further)