]> git.eshelyaron.com Git - emacs.git/commit
Replace unneeded sprintfs with print
authorRobert Pluim <rpluim@gmail.com>
Mon, 5 Jun 2023 11:12:08 +0000 (13:12 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 13 Jun 2023 12:43:18 +0000 (14:43 +0200)
commit0485955f5aa98d1864ae9441c7133351e265ab2a
treef7547518b96b9b4b472425a8b61c473d3dcb32b9
parentdaf7902ed9dd1df186425149c8c5fa782a820afc
Replace unneeded sprintfs with print

* admin/unidata/emoji-zwj.awk: Printing strings doesn't need sprintf,
so just use print and string concatenation.
admin/unidata/emoji-zwj.awk