aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-28 18:37:43 +0000
committerlloyd <[email protected]>2011-12-28 18:37:43 +0000
commita815e21417cd6d38d8ac2bfa0f978fe7b898e6c0 (patch)
tree1bed25d1f35bd287db5d72d46e5b44a05e4abe8f /doc
parent6a4404fe9e0cd7b16730131476e2d99ebcc7d7be (diff)
Just print printable
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/tls_server.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/tls_server.cpp b/doc/examples/tls_server.cpp
index a0e18b296..e63565fc0 100644
--- a/doc/examples/tls_server.cpp
+++ b/doc/examples/tls_server.cpp
@@ -97,8 +97,6 @@ class Blocking_TLS_Server
{
if(isprint(buf[i]))
printf("%c", buf[i]);
- else
- printf("0x%02X", buf[i]);
}
printf("\n");