mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-03 06:22:32 -05:00
clippy
This commit is contained in:
@@ -309,7 +309,7 @@ fn compare_stream(
|
||||
ctx: &mut Context,
|
||||
) -> Result<bool, Error> {
|
||||
let start = CompositeId::new(stream_id, 0);
|
||||
let end = CompositeId::new(stream_id, i32::max_value());
|
||||
let end = CompositeId::new(stream_id, i32::MAX);
|
||||
let mut printed_error = false;
|
||||
let cum_recordings = stream
|
||||
.cum_recordings
|
||||
|
||||
Reference in New Issue
Block a user