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/corefile.cpp | |
parent | da18057256726be42d096a427c3f2ebc4fd45546 (diff) | |
parent | 78ef0f037617e074692f687d13d111af9855cf2d (diff) |
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Diffstat (limited to 'src/lib/util/corefile.cpp')
-rw-r--r-- | src/lib/util/corefile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/corefile.cpp b/src/lib/util/corefile.cpp index ec1e25340e3..5c16d886fe3 100644 --- a/src/lib/util/corefile.cpp +++ b/src/lib/util/corefile.cpp @@ -611,6 +611,7 @@ int core_text_file::puts(char const *s) int core_text_file::vprintf(util::format_argument_pack<std::ostream> const &args) { + m_printf_buffer.clear(); m_printf_buffer.reserve(1024); m_printf_buffer.seekp(0, ovectorstream::beg); util::stream_format<std::ostream, std::ostream>(m_printf_buffer, args); |