From 79f2dc7d04c0abc1cba3f2727d462dc88ed9e44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 6 Apr 2019 19:03:54 +0200 Subject: Rename get_property to get_attributes. --- src/vcal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vcal.c') diff --git a/src/vcal.c b/src/vcal.c index 297ed52e..c0ac6182 100644 --- a/src/vcal.c +++ b/src/vcal.c @@ -78,7 +78,7 @@ INIT_F(vcomponent, const char* type, const char* filename) { return 0; } -content_line* get_property (vcomponent* ev, const char* key) { +content_line* get_attributes (vcomponent* ev, const char* key) { size_t len = strlen(key) + 1; char* cpy = (char*) (calloc(sizeof(*cpy), len)); strncpy (cpy, key, len); -- cgit v1.2.3