aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-04 17:59:15 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-04 17:59:15 +0100
commita7633d8abacca783e8b9640d3739ca3334ab9716 (patch)
treef4907f13acf13b8367086086604a2dd8f3f1f843 /parse.c
parentStart work on recuring events. (diff)
downloadcalp-a7633d8abacca783e8b9640d3739ca3334ab9716.tar.gz
calp-a7633d8abacca783e8b9640d3739ca3334ab9716.tar.xz
Change vendor attribute from HH to HNH.
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 97e63305..702d7d9a 100644
--- a/parse.c
+++ b/parse.c
@@ -200,7 +200,7 @@ int handle_kv (
CLINE_CUR_VAL(cline)->mem,
vcomponent_get_val(
PEEK(LLIST(vcomponent))(&ctx->comp_stack),
- "X-HH-FILENAME"));
+ "X-HNH-FILENAME"));
PUSH(LLIST(strbuf))(&ctx->key_stack, expected_key);
return -1;