mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #14057 from sonninnos/fill-title
Reformat fill titles
This commit is contained in:
commit
1dc7481139
@ -67,7 +67,7 @@
|
||||
{ \
|
||||
const char *title = msg_hash_to_str(lbl); \
|
||||
if (!string_is_empty(path) && !string_is_empty(title)) \
|
||||
fill_pathname_join_delim(s, title, path, ' ', len); \
|
||||
snprintf(s, len, "%s: %s", title, path); \
|
||||
else if (!string_is_empty(title)) \
|
||||
strlcpy(s, title, len); \
|
||||
return 1; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user