]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
Improved efficiency of header parsing
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index 291b30314f75d3d882b1d5dc9960e7b709a50c02..8d6c43142c3a3b837c392b1a36b10081dae0acbc 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -87,7 +87,7 @@ typedef struct {
        char **target_name;
        uint32_t *target_len;
        void *dict, *hash, *rg2lib;
-       int l_text;
+       size_t l_text, n_text;
        char *text;
 } bam_header_t;