summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-29 08:18:54 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-29 08:18:54 +0200
commit76b978d039f922ed84796deb999389ebb1579191 (patch)
tree90e4fe3efe7a18b896e49fd7fb65ba7a144cac0f /src/emu/video.c
parent64219f27d20c0f6f2dc8c168c8c19ba9420f889d (diff)
Cleanups and version bumpmame0161
Diffstat (limited to 'src/emu/video.c')
-rw-r--r--src/emu/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video.c b/src/emu/video.c
index bee4f24282d..55e596d36bc 100644
--- a/src/emu/video.c
+++ b/src/emu/video.c
@@ -1215,7 +1215,7 @@ file_error video_manager::open_next(emu_file &file, const char *extension)
for (int seq = 0; ; seq++)
{
// build up the filename
- fname.assign(snapstr);
+ fname.assign(snapstr);
strprintf(seqtext, "%04d", seq);
strreplace(fname, "%i", seqtext.c_str());