From 1f506e4a037e3bf7f6a193fc1cf14e642c392180 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Tue, 23 Oct 2001 21:37:42 +0000 Subject: use sizeof(test_array) for the memset call. It was clearing 9 bytes but 2001-10-23 Damon Chaplin * src/libical/icalrecur.c (icalrecur_two_byrule): use sizeof(test_array) for the memset call. It was clearing 9 bytes but the array uses shorts. svn path=/trunk/; revision=13958 --- libical/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libical/ChangeLog') diff --git a/libical/ChangeLog b/libical/ChangeLog index a287c431b7..8699fe777c 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,9 @@ +2001-10-23 Damon Chaplin + + * src/libical/icalrecur.c (icalrecur_two_byrule): use + sizeof(test_array) for the memset call. It was clearing 9 bytes but + the array uses shorts. + 2001-10-22 Damon Chaplin * zoneinfo/*: updated all files again, placing current RDATEs first, -- cgit v1.2.3