From 72c783158852dda3f3ad76886a98f5d3354eab05 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Mon, 2 Aug 2010 21:27:31 +0000 Subject: [PATCH] fixed a bug in bcf reader --- bcf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcf.c b/bcf.c index 12f6634..8bd222d 100644 --- a/bcf.c +++ b/bcf.c @@ -101,7 +101,7 @@ int bcf_hdr_sync(bcf_hdr_t *b) int bcf_sync(int n_smpl, bcf1_t *b) { - char *p, *tmp[4], *s; + char *p, *tmp[5], *s; int i, n, c; // set ref, alt, flt, info, fmt b->ref = b->alt = b->flt = b->info = b->fmt = 0; -- 2.39.5