diff options
Diffstat (limited to 'core/dive.c')
-rw-r--r-- | core/dive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.c b/core/dive.c index 0658d73bc..065000970 100644 --- a/core/dive.c +++ b/core/dive.c @@ -1595,7 +1595,7 @@ static void fixup_dive_dc(struct dive *dive, struct divecomputer *dc) { /* Add device information to table */ if (dc->deviceid && (dc->serial || dc->fw_version)) - create_device_node(dc->model, dc->deviceid, dc->serial, dc->fw_version, ""); + create_device_node(&device_table, dc->model, dc->deviceid, dc->serial, dc->fw_version, ""); /* Fixup duration and mean depth */ fixup_dc_duration(dc); |