1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-20 10:20:51 +00:00

Reformat fill titles

This commit is contained in:
sonninnos 2022-06-18 09:06:52 +03:00
parent 838e5117d0
commit 8ec6c7517c

@ -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; \