File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
13981398Cautious callers can detect invalid type codes by checking that *q has
13991399actually been updated.
You can’t perform that action at this time.
0 commit comments