diff options
| author | 2018-07-19 23:09:35 -0400 | |
|---|---|---|
| committer | 2018-07-19 23:15:27 -0400 | |
| commit | 40c9c5a55c7c9e00d96f55b1cd898a51120451fe (patch) | |
| tree | 07a30ff9df82ba098372edeeb9502f8c64d09685 /src/common/string_util.cpp | |
| parent | audout_u: Use a std::array instead of std::string for holding the audio inter... (diff) | |
| download | yuzu-40c9c5a55c7c9e00d96f55b1cd898a51120451fe.tar.gz yuzu-40c9c5a55c7c9e00d96f55b1cd898a51120451fe.tar.xz yuzu-40c9c5a55c7c9e00d96f55b1cd898a51120451fe.zip | |
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
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions