Reinstated the call to icaltimezone_copy()
authorArt Cancro <ajc@citadel.org>
Fri, 18 Jan 2008 05:12:23 +0000 (05:12 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 18 Jan 2008 05:12:23 +0000 (05:12 +0000)
webcit/ical_dezonify.c

index 8a0efd1971e80777f6bdd3050c355987b9865564..24e8d88c2336e6b2751da82cf095e206f414b4e4 100644 (file)
@@ -124,8 +124,7 @@ void ical_dezonify_backend(icalcomponent *cal,
                }
 
                if (t == NULL) {
-                       // FIXME t = icaltimezone_copy(get_default_icaltimezone());
-                       t = get_default_icaltimezone();
+                       t = icaltimezone_copy(get_default_icaltimezone());
                }
                icaltimezone_convert_time(&TheTime,
                                          t,