1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-03 10:21:31 +00:00

Fix DEFAULT_FILL_TITLE_MACRO ()

This commit is contained in:
sonninnos 2022-10-02 00:51:25 +03:00 committed by GitHub
parent cd0d0eb541
commit 25f5d9ae2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,6 +74,7 @@
{ \ { \
s[_len ] = ':'; \ s[_len ] = ':'; \
s[_len+1] = ' '; \ s[_len+1] = ' '; \
s[_len+2] = '\0'; \
strlcat(s, path, len); \ strlcat(s, path, len); \
} \ } \
return 1; \ return 1; \