diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2016-09-05 19:11:05 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2016-09-05 19:11:05 +0200 |
commit | f48eafe9f85b1e002cddc6eb29ac0e9c18cc999d (patch) | |
tree | ca95bc18669d61d2e26324412d0843336004840c | |
parent | 7c0c31583aca85b95e58714b7996503e23b9e836 (diff) |
Change output
-rw-r--r-- | ezxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ int process(char *fn) { } for (ezxml_t c = ezxml_child(body, "sec"); c; c = c->next) { ezxml_t t = ezxml_get(c, "title", -1); - printf("t: %s\n", t->txt); + printf("section-title: %s\n", t->txt); } printf("\n"); |