Skip to content

Commit

Permalink
vcardparser.c: init structured value
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Apr 22, 2024
1 parent 0693130 commit 787aeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libicalvcard/vcardparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ static int _parse_prop_value(struct vcardparser_state *state)
vcardproperty_is_multivalued(prop_kind);
int is_structured = (state->value_kind == VCARD_STRUCTURED_VALUE);
const char *text_sep = NULL;
vcardstructuredtype structured = {};
vcardstructuredtype structured = { 0 };
vcardstrarray *textlist = NULL;
vcardvalue *value;

Expand Down

0 comments on commit 787aeac

Please sign in to comment.