mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +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");
|
fatal(ptx, "Input file is empty!\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
_dump("read", input, bufsize);
|
|
||||||
if(_buffer_is_binary(input, bufsize) > 0) {
|
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) );
|
fatal(ptx, "input is not z85 encoded and contains pure binary data at %ld\n", _buffer_is_binary(input, bufsize) );
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user