mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: convert divesite strings to std::string
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
3916125786
commit
7d3977481a
38 changed files with 181 additions and 222 deletions
|
@ -93,7 +93,7 @@ int TestParse::parseDivingLog()
|
|||
{
|
||||
// Parsing of DivingLog import from SQLite database
|
||||
struct dive_site *ds = alloc_or_get_dive_site(0xdeadbeef, divelog.sites);
|
||||
ds->name = copy_string("Suomi - - Hälvälä");
|
||||
ds->name = "Suomi - - Hälvälä";
|
||||
|
||||
int ret = sqlite3_open(SUBSURFACE_TEST_DATA "/dives/TestDivingLog4.1.1.sql", &_sqlite3_handle);
|
||||
if (ret == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue