aboutsummaryrefslogtreecommitdiff
path: root/vcal.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 /vcal.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 'vcal.c')
-rw-r--r--vcal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcal.c b/vcal.c
index e93750ee..2c3ef7e1 100644
--- a/vcal.c
+++ b/vcal.c
@@ -45,7 +45,7 @@ INIT_F(vcomponent, const char* type, const char* filename) {
INIT(VECT(vcomponent), &self->components);
if (filename != NULL) {
- vcomponent_push_val (self, "X-HH-FILENAME", filename);
+ vcomponent_push_val (self, "X-HNH-FILENAME", filename);
}
self->type = (char*) calloc(sizeof(*type), strlen(type) + 1);