Skip to content

Commit 8895bfa

Browse files
author
Devon Ryan
committed
Revert intermediate change
1 parent 26fc612 commit 8895bfa

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

2bit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void bytes2bases(char *seq, uint8_t *byte, uint32_t sz, int offset) {
6969

7070
// Deal with the first partial byte
7171
if(offset != 0) {
72-
while(offset < sz && pos < sz) {
72+
while(offset < 4 && pos < sz) {
7373
seq[pos++] = byte2base(foo, offset++);
7474
}
7575
if(pos >= sz) return;

0 commit comments

Comments
 (0)