undo fatfinger

This commit is contained in:
Felix von Leitner 2020-11-14 17:21:58 +00:00
parent 81def53a7d
commit 1948ac17a4
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ ssize_t prs_readblob(struct bytestream* bs,unsigned char* dest,size_t destlen) {
break;
case BSTREAM:
bs->cur += destlen;
r=prs_readblob(bs->u.bs, dest, destlen);
if (r != (ssize_t)destlen) {
bs->cur = 1; // set bytestream to error state