diff options
author | 2016-03-17 22:50:29 +0100 | |
---|---|---|
committer | 2016-03-17 22:50:29 +0100 | |
commit | 421656e108e7091ee9e1b14c84f0a3f6efc2ad2e (patch) | |
tree | b71b32c3156abcdcc09f23a29586f7c8100ad6f9 /src/lib/util/un7z.cpp | |
parent | da18057256726be42d096a427c3f2ebc4fd45546 (diff) | |
parent | 78ef0f037617e074692f687d13d111af9855cf2d (diff) |
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Diffstat (limited to 'src/lib/util/un7z.cpp')
-rw-r--r-- | src/lib/util/un7z.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/un7z.cpp b/src/lib/util/un7z.cpp index 80c0a6bcba6..b05e4623e57 100644 --- a/src/lib/util/un7z.cpp +++ b/src/lib/util/un7z.cpp @@ -431,7 +431,7 @@ void m7z_file_impl::make_utf8_name(int index) out_pos += produced; assert(out_pos < m_utf8_buf.size()); } - m_utf16_buf[out_pos++] = '\0'; + m_utf8_buf[out_pos++] = '\0'; } } // anonymous namespace |