mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
some debug statement lef abandoned
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user