Skip to content

Commit a1f42e3

Browse files
dotanalonalon-dotan-fhenix
authored andcommitted
Fix garmin tts parsing
Signed-off-by: Alon Dotan <[email protected]>
1 parent a81bda4 commit a1f42e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/garmin_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ DECLARE_FIELD(RECORD, tts, UINT32)
571571
{
572572
if (garmin->callback) {
573573
dc_sample_value_t sample = {0};
574-
sample.time = data;
574+
sample.deco.tts = data;
575575
garmin->callback(DC_SAMPLE_TTS, &sample, garmin->userdata);
576576
}
577577
}

0 commit comments

Comments
 (0)