Avoid usage of legacy scheme path format

This commit is contained in:
bjorn3
2025-03-13 18:45:22 +01:00
parent f7c2426ff6
commit d1b6802e50
+1 -1
View File
@@ -51,7 +51,7 @@ fn daemon(daemon: Daemon) -> Result<()> {
let pid = libredox::call::getpid()?;
let hw_file = Fd::open("audiohw:", flag::O_WRONLY | flag::O_CLOEXEC, 0)?;
let hw_file = Fd::open("/scheme/audiohw", flag::O_WRONLY | flag::O_CLOEXEC, 0)?;
let socket = Socket::create("audio")?;