Upgrade to fmt 10.1.0 (#5326)

This commit is contained in:
Tyler Veness
2023-08-28 15:15:14 -07:00
committed by GitHub
parent 8e2a7fd306
commit 165ebe4c79
27 changed files with 3366 additions and 3257 deletions

View File

@@ -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;