fixed yet another endian issue (I used the wrong define for it)

This commit is contained in:
TLINDEN
2013-11-19 21:02:59 +01:00
parent 8b3b76d52d
commit 04dbf19381
8 changed files with 26 additions and 14 deletions

View File

@@ -145,7 +145,7 @@ char *pcp_z85_encode(unsigned char *raw, size_t srclen, size_t *dstlen) {
//fprintf(stderr, "z85block: <%s>\n", z85block);
*dstlen = blocklen;
free(z85);
free(z85);
free(padded);
return z85block;