aboutsummaryrefslogtreecommitdiff
path: root/include/libbio.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-09-23 12:35:04 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-09-23 12:35:04 -0700
commit83cd586ea304d6f6aa190c65ee796baaba1941a7 (patch)
tree74bf8efcfb0a3d458767659d34ed3e58618f9d71 /include/libbio.h
parent67c778d19c862218423a17f889401eaeb2ebfbb9 (diff)
feat: improved interface of map macro
Diffstat (limited to 'include/libbio.h')
-rw-r--r--include/libbio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbio.h b/include/libbio.h
index b3d0426..f84b081 100644
--- a/include/libbio.h
+++ b/include/libbio.h
@@ -53,7 +53,7 @@ typedef struct bio·SeqReader bio·SeqReader;
typedef struct bio·Seq
{
- int len;
+ vlong len;
char *name;
char *s;
char *q;