]> git.eshelyaron.com Git - emacs.git/commit
Allow doprint to handle multibyte chars in format (bug#44349)
authorAlan Third <alan@idiocy.org>
Fri, 27 Nov 2020 22:11:47 +0000 (22:11 +0000)
committerAlan Third <alan@idiocy.org>
Sun, 29 Nov 2020 17:33:34 +0000 (17:33 +0000)
commita91ca6560cf51c6b0bb94df2962077769d0f8965
treec35f8c585753a1d0f3bd90065b5bdeb436766b8f
parent38ed05f49fcfe7c6d6908041010881a04a7ff6b1
Allow doprint to handle multibyte chars in format (bug#44349)

* src/doprnt.c (doprnt): Handle the case where fmtchar is the start of
a multibyte character.
src/doprnt.c