Fix window title missing space

This commit is contained in:
Rob Loach 2019-10-07 22:15:07 -04:00
parent 4dcd7a0247
commit f7dba5d331
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
1 changed files with 158 additions and 156 deletions

View File

@ -4126,6 +4126,8 @@ static bool command_event_init_core(enum rarch_core_type type)
" ",
runloop_system.info.library_name,
sizeof(video_driver_title_buf));
strlcat(video_driver_title_buf, " ",
- sizeof(video_driver_title_buf));
strlcat(video_driver_title_buf,
runloop_system.info.library_version,
sizeof(video_driver_title_buf));