convert.c: replace "\e" escapes with "\033".
commit8302f50e8ce687fbb09d8639ef87c0d35fd671b9
authorBeat Bolli <dev+git@drbeat.li>
Mon, 9 Jul 2018 19:25:34 +0000 (9 21:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2018 21:36:24 +0000 (9 14:36 -0700)
tree4fe6b76f8a976cc67dd2d6b4f4c1db9d62642d7f
parent13f925f3e4000ea1990e2cd7d7b1fb97597d41f5
convert.c: replace "\e" escapes with "\033".

The "\e" escape is not defined in ISO C.

While on this line, add a missing space after the comma.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c