Fixed typo in seekBuffer
This commit is contained in:
parent
4ac948e5ff
commit
e5c9d5d74f
@ -31,7 +31,7 @@ void seekBuffer(Buffer buffer, unsigned int position){
|
|||||||
break;
|
break;
|
||||||
case BUF_OUT:
|
case BUF_OUT:
|
||||||
outByteOffset = position - (position % 8);
|
outByteOffset = position - (position % 8);
|
||||||
inBitOffset = position % 8;
|
outBitOffset = position % 8;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user