Skip to content
Commit 3d4e63e3 authored by Felipe Sateler's avatar Felipe Sateler Committed by Zbigniew Jędrzejewski-Szmek
Browse files

shared: end string with % if one was found at the end of a expandible string (#6828)

Current behavior is that %X where X is an unidentified specifier, then the result is
the same %X string. This was not the case when the string ended with a stray %, where
the character would have not been output. Lets add that missing character.

Fixes: #6374
(cherry picked from commit 038492ae)
(cherry picked from commit 760a486f)
parent e84f292c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment