summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKen Murchison <murch@andrew.cmu.edu>2015-08-18 11:23:36 -0400
committerKen Murchison <murch@andrew.cmu.edu>2015-08-18 11:23:36 -0400
commit62cd9b001e35ef0bb0ff7f53524fbfdb7bcf11a9 (patch)
treeb4aead27cbef0a4c3cee7225fd8facf7e7739c39 /examples
parent439f1ab7ebe8878fe8a9590144bbc5aff08c8e75 (diff)
downloadlibical-git-62cd9b001e35ef0bb0ff7f53524fbfdb7bcf11a9.tar.gz
Change RFC2445/2446 references to RFC5545/5546
Diffstat (limited to 'examples')
-rw-r--r--examples/access_properties_and_parameters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/access_properties_and_parameters.c b/examples/access_properties_and_parameters.c
index 44181366..02505cd0 100644
--- a/examples/access_properties_and_parameters.c
+++ b/examples/access_properties_and_parameters.c
@@ -128,7 +128,7 @@ void test_properties()
/* Get a string representation of the property's value */
printf("Prop value: %s\n",icalproperty_get_comment(prop));
- /* Spit out the property in its RFC 2445 representation */
+ /* Spit out the property in its RFC 5545 representation */
str = icalproperty_as_ical_string_r(prop);
printf("As iCAL string:\n %s\n", str);
free(str);