summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-07-22 05:24:06 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-07-22 05:24:06 +0000
commit7ae55db1ec9586f0072e4958c78f606b00a2d501 (patch)
treedd36e6c8bcde94e86b2010026dcb312fb6274762 /src/emu/softlist.c
parent9433e80b419b79f99faffa8d49fde4f5bc9c3fb7 (diff)
Cleanups and version bump.mame0138u4
Diffstat (limited to 'src/emu/softlist.c')
-rw-r--r--src/emu/softlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/softlist.c b/src/emu/softlist.c
index fb1792964ca..67f324c1b13 100644
--- a/src/emu/softlist.c
+++ b/src/emu/softlist.c
@@ -1136,7 +1136,7 @@ bool load_software_part(device_image_interface *image, const char *path, softwar
/* Tell the world which part we actually loaded */
*full_sw_name = auto_alloc_array( image->device().machine, char, strlen(swlist_name) + strlen(software_info_ptr->shortname) + strlen(software_part_ptr->name) + 3 );
- sprintf( *full_sw_name, "%s:%s:%s", swlist_name, software_info_ptr->shortname, software_part_ptr->name );
+ sprintf( *full_sw_name, "%s:%s:%s", swlist_name, software_info_ptr->shortname, software_part_ptr->name );
}
/* Close the software list if it's still open */