Commit ed68db2c010a14c0613becd1685586836d4099aa

Khaled Hosny 2023-01-21T03:54:57

[util] Fix MSVC warning Apparently \e is non-standard extension not supported by MSVC. Use \033 instead. Fixes: warning C4129: 'e': unrecognized character escape sequence