mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
fixed catching of header string
This commit is contained in:
@@ -117,6 +117,8 @@ int pcpz85_decode(char *infile, char *outfile) {
|
||||
size_t clen;
|
||||
unsigned char *decoded = pcp_z85_decode(encoded, &clen);
|
||||
|
||||
|
||||
|
||||
if(decoded == NULL)
|
||||
goto errdz2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user