mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
fixed stream-reader bug on aix@ppc, which ignored the last z85 pkt sometimes due invalid call to ps_end()
This commit is contained in:
@@ -173,7 +173,6 @@ byte *pcp_z85_decode(PCPCTX *ptx, char *z85block, size_t *dstlen) {
|
||||
byte padblob[4];
|
||||
|
||||
srclen = strlen(z85block);
|
||||
|
||||
if(srclen == 0) {
|
||||
/* FIXME: check how this happens, pcpstream decoder call */
|
||||
*dstlen = 0;
|
||||
|
||||
Reference in New Issue
Block a user