Diff between 6df32c89da8ddb98376a868e8d251e810e89b22e and e1ea86186b5cf10056167a0479138ed65441fa60
Changed Files
| File | Additions | Deletions | Status |
| tools/seq2bseq.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/seq2bseq.c b/tools/seq2bseq.c
index 7657a57..23f6c9e 100644
--- a/tools/seq2bseq.c
+++ b/tools/seq2bseq.c
@@ -40,7 +40,7 @@ static int convert_line(int fd, const char *line)
char str[3];
unsigned char val;
- if (line[0] == '*' || line[0] == '\r' || line[0] == '\r')
+ if (line[0] == '*' || line[0] == '\r' || line[0] == '\n')
return 0;
while (1) {