diff options
author | lloyd <[email protected]> | 2011-12-28 18:37:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-28 18:37:43 +0000 |
commit | a815e21417cd6d38d8ac2bfa0f978fe7b898e6c0 (patch) | |
tree | 1bed25d1f35bd287db5d72d46e5b44a05e4abe8f /doc | |
parent | 6a4404fe9e0cd7b16730131476e2d99ebcc7d7be (diff) |
Just print printable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/tls_server.cpp | 2 |
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"); |