Commit 40c9c5a5 authored by Lioncash's avatar Lioncash
Browse files

audren_u: Use a std::array instead of std::string for holding the audio interface/device name

std::string doesn't include the null-terminator in its data() + size()
range. This ensures that the null-terminator will also be written to the buffer
parent c20cea11
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment