mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Upgrade to fmt 10.1.0 (#5326)
This commit is contained in:
@@ -486,7 +486,7 @@ void UsbCameraImpl::CameraThreadMain() {
|
||||
// If the name is what we expect...
|
||||
std::string_view name{raw_name.c_str()};
|
||||
SDEBUG4("got event on '{}' ({}) compare to '{}' ({}) mask {}", name,
|
||||
name.size(), base, base.size(), event.mask);
|
||||
name.size(), base.str(), base.size(), event.mask);
|
||||
if (name == base) {
|
||||
if ((event.mask & IN_DELETE) != 0) {
|
||||
wasStreaming = m_streaming;
|
||||
|
||||
Reference in New Issue
Block a user