Commit graph

2 commits

Author SHA1 Message Date
Salvador Cuñat
d1b25c044a [asd-gogtrak] fix free/delete mismatch
This was using delete for a buffer allocated with calloc().
BTW this definition is more simple than previous.

Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
2025-01-01 14:31:54 +13:00
Salvador Cuñat
9e6ed55cf5 Add suport to import Scubapro's LogTrak files
Import can be done from .script files generated by LogTrak software or
from .asd files generated by SmartTrak and LogTrak export option.

This code was writen in C, and has just been "ported" to some extent to
C++, so it can work with recent rework of Subsurface to C++.

I'm not a C++ guy, so this is mostly C with some make-up.

Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
2025-01-01 14:31:54 +13:00