From 1e4e65b8113fca71150e4432682e02cce4293d58 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Fri, 1 Aug 2014 14:46:09 +0200 Subject: [PATCH] some debug statement lef abandoned --- libpcp/z85.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpcp/z85.c b/libpcp/z85.c index 1df1bce..2eb08f4 100644 --- a/libpcp/z85.c +++ b/libpcp/z85.c @@ -328,7 +328,7 @@ char *pcp_readz85string(PCPCTX *ptx, unsigned char *input, size_t bufsize) { fatal(ptx, "Input file is empty!\n"); return NULL; } - _dump("read", input, bufsize); + if(_buffer_is_binary(input, bufsize) > 0) { fatal(ptx, "input is not z85 encoded and contains pure binary data at %ld\n", _buffer_is_binary(input, bufsize) ); return NULL;