Skip to content

Commit

Permalink
fix: asio failed by timeinfo flags type (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhr202 authored May 5, 2024
1 parent ef95a03 commit 8f1a946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asio-sys/src/bindings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ extern "C" fn buffer_switch(double_buffer_index: c_long, direct_process: c_long)
// kSampleRateChanged = 1 << 4,
// kClockSourceChanged = 1 << 5
// } AsioTimeInfoFlags;
.0;
.0 as _;
}
time
};
Expand Down

0 comments on commit 8f1a946

Please sign in to comment.