Skip to content

Commit a53582f

Browse files
committed
Update comment with 64 bit type.
1 parent 15d8b73 commit a53582f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

htslib/vcf.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,10 +1390,10 @@ static inline int bcf_enc_int1(kstring_t *s, int32_t x)
13901390
@param[out] q Location to store an updated value for p
13911391
@return The integer value, or zero if @p type is not valid.
13921392
1393-
If @p type is not one of BCF_BT_INT8, BCF_BT_INT16 or BCF_BT_INT32, zero
1394-
will be returned and @p *q will not be updated. Otherwise, the integer
1395-
value will be returned and @p *q will be set to the memory location
1396-
immediately following the integer value.
1393+
If @p type is not one of BCF_BT_INT8, BCF_BT_INT16, BCF_BT_INT32 or
1394+
BCF_BT_INT64, zero will be returned and @p *q will not be updated.
1395+
Otherwise, the integer value will be returned and @p *q will be set
1396+
to the memory location immediately following the integer value.
13971397
13981398
Cautious callers can detect invalid type codes by checking that *q has
13991399
actually been updated.

0 commit comments

Comments
 (0)