Skip to content

Commit c1a61a4

Browse files
committed
Little fix on fields encoding
1 parent 29d2d47 commit c1a61a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xstnt/encdec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static SV *types_true, *types_false;
4949
uint32_t k; \
5050
for (k = 0; k < keys_size; k++) { \
5151
key = av_fetch( fields, k, 0 ); \
52-
if (key && *key && SvOK(*key) && sv_len(*key)) { \
52+
if (key && *key && SvOK(*key)) { \
5353
char _fmt = k < fmt->size ? fmt->f[k] : fmt->def; \
5454
h = encode_obj(*key, h, rv, &sz, _fmt); \
5555
} else { \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy