summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 7c4a97eca..7015ae17a 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -4363,7 +4363,6 @@ void hb_hexdump( hb_debug_level_t level, const char * label, const uint8_t * dat
else
ascii[(ii & 0x0f) + 1] = '.';
}
- ascii[ii] = 0;
if( p != line )
{
hb_deep_log( level, " %-50s%20s", line, ascii );