Skip to content

Commit

Permalink
still at it
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Apr 26, 2024
1 parent ec84461 commit e052e13
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 @@ -899,7 +899,7 @@ fprintf(stderr, "BEGIN val: '%s'\n", val);
sub = vcardcomponent_new(kind);
vcardcomponent_add_component(comp, sub);
r = _parse_vcard(state, sub, /*only_one*/0);
fprintf(stderr, "returned from recursion\n");
fprintf(stderr, "returned from recursion: %d:'%s'\n", r, vcardparser_errstr(r));
if (r || only_one) break;
}
else if (!comp) {
Expand Down

0 comments on commit e052e13

Please sign in to comment.