Skip to content

Commit

Permalink
Merge pull request #38 from teepho/fix-profile
Browse files Browse the repository at this point in the history
Fix wrong field
  • Loading branch information
lerouxrgd authored Feb 17, 2024
2 parents 4d7a8c6 + 2b3b2ee commit 1de24c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/track.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl TrackInit {
.map(|s| s.as_ptr())
.unwrap_or(std::ptr::null()),
profile: self
.track_id
.profile
.as_ref()
.map(|s| s.as_ptr())
.unwrap_or(std::ptr::null()),
Expand Down

0 comments on commit 1de24c1

Please sign in to comment.