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:
git@daemon.de
2015-10-16 17:25:17 +02:00
parent 4165e5d996
commit c7108ec47f
4 changed files with 14 additions and 13 deletions

View File

@@ -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;