Fix DEFAULT_FILL_TITLE_MACRO (#14456)
This commit is contained in:
parent
cd0d0eb541
commit
25f5d9ae2a
|
@ -74,6 +74,7 @@
|
|||
{ \
|
||||
s[_len ] = ':'; \
|
||||
s[_len+1] = ' '; \
|
||||
s[_len+2] = '\0'; \
|
||||
strlcat(s, path, len); \
|
||||
} \
|
||||
return 1; \
|
||||
|
|
Loading…
Reference in New Issue