diff --git a/src/applib/storage_detector_other.cpp b/src/applib/storage_detector_other.cpp index 674935a..f8d8a12 100644 --- a/src/applib/storage_detector_other.cpp +++ b/src/applib/storage_detector_other.cpp @@ -245,7 +245,7 @@ std::string detect_drives_other(std::vector& drives, } else { // not *BSD for (const auto& dev : matched_devices) { debug_out_info("app", DBG_FUNC_MSG << "Device \"" << dev << "\" matched the whitelist, adding to device list.\n"); - devices.push_back(dev); + devices.push_back(dev.string()); } }