From f8a3a8521003a26525b658840ce8e7bfd3f7b141 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 4 Jun 2015 08:45:45 -0700 Subject: Fix potential crash using std::sort It's entirely unclear why std::sort sometimes accesses the element with index -1. In my limited testing switching to qSort avoids that. Signed-off-by: Dirk Hohndel --- divesite.c | 1 - 1 file changed, 1 deletion(-) (limited to 'divesite.c') diff --git a/divesite.c b/divesite.c index f7f6afea1..fbf01bf77 100644 --- a/divesite.c +++ b/divesite.c @@ -103,7 +103,6 @@ uint32_t create_dive_site(const char *name) uint32_t create_dive_site_with_gps(const char *name, degrees_t latitude, degrees_t longitude) { struct dive_site *ds = alloc_dive_site(); - ds->uuid = dive_site_getUniqId(); ds->name = copy_string(name); ds->latitude = latitude; ds->longitude = longitude; -- cgit v1.2.3-70-g09d2