mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Resolve type confusion
No idea why this now shows up as an error in the iOS build. We need to refer to the typedef, not the underlying struct. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
071e3f9933
commit
2f84a85dc9
2 changed files with 2 additions and 2 deletions
|
@ -603,7 +603,7 @@ static void parse_string_field(struct dive *dive, dc_field_string_t *str)
|
|||
}
|
||||
#endif
|
||||
|
||||
static dc_status_t libdc_header_parser(dc_parser_t *parser, dc_user_device_t *devdata, struct dive *dive)
|
||||
static dc_status_t libdc_header_parser(dc_parser_t *parser, device_data_t *devdata, struct dive *dive)
|
||||
{
|
||||
dc_status_t rc = 0;
|
||||
dc_datetime_t dt = { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue