mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix minus character
This commit is contained in:
parent
f7dba5d331
commit
c41e2218f7
@ -4127,7 +4127,7 @@ 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));
|
||||
sizeof(video_driver_title_buf));
|
||||
strlcat(video_driver_title_buf,
|
||||
runloop_system.info.library_version,
|
||||
sizeof(video_driver_title_buf));
|
||||
|
Loading…
x
Reference in New Issue
Block a user