diff options
Diffstat (limited to 'core/parse-xml.c')
-rw-r--r-- | core/parse-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c index ff9fa2421..ae779e1f8 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -1221,7 +1221,7 @@ static void try_to_fill_dive(struct dive *dive, const char *name, char *buf) if (MATCH("gps.picture", gps_picture_location, cur_picture)) return; if (MATCH("hash.picture", utf8_string, &hash)) { - register_hash(cur_picture->filename, hash); + /* Legacy -> ignore. */ free(hash); return; } |