From 1f6502aef75f83d049fb3a8657266dfc6cf36db1 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 26 Nov 2019 20:03:42 -0800 Subject: [PATCH] more util --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index d382b47..b66e312 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -66,7 +66,7 @@ std::ostream& operator<<(std::ostream& strm, const Escaper& esc) if(isprint(c)) { strm.put(c); } else { - strm<<"\\x"<