Skip to content

Commit 48cb80e

Browse files
jtslh3
authored andcommitted
change kstring_t integer storage size
This is for compatibility with kstring_t in htslib.
1 parent 6a4b9f9 commit 48cb80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kseq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
#ifndef KSTRING_T
9090
#define KSTRING_T kstring_t
9191
typedef struct __kstring_t {
92-
unsigned l, m;
92+
size_t l, m;
9393
char *s;
9494
} kstring_t;
9595
#endif

0 commit comments

Comments
 (0)