Skip to content

Commit 8f1a946

Browse files
authored
fix: asio failed by timeinfo flags type (#880)
1 parent ef95a03 commit 8f1a946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asio-sys/src/bindings/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ extern "C" fn buffer_switch(double_buffer_index: c_long, direct_process: c_long)
10471047
// kSampleRateChanged = 1 << 4,
10481048
// kClockSourceChanged = 1 << 5
10491049
// } AsioTimeInfoFlags;
1050-
.0;
1050+
.0 as _;
10511051
}
10521052
time
10531053
};

0 commit comments

Comments
 (0)