X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_import.c;fp=bam_import.c;h=eaa9452080e2624bc38a131265171bd2b53d4d11;hb=56ae21c41704d35a30a642fb8a3ea9e39f6460b9;hp=1dc906eb49f36428460be547b1582ab52432f651;hpb=8bee1f18418f068dc0d73ad6ec47084c2f830b32;p=samtools.git diff --git a/bam_import.c b/bam_import.c index 1dc906e..eaa9452 100644 --- a/bam_import.c +++ b/bam_import.c @@ -211,7 +211,6 @@ int sam_header_parse_rg(bam_header_t *h) break; } if (r < p) r = p; - s = r + 3; } if (rgid->l && rglib->l) { bam_strmap_put(h->rg2lib, rgid->s, rglib->s);