aboutsummaryrefslogtreecommitdiff
path: root/vcal.c
diff options
context:
space:
mode:
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);