From fa5982c96a3d17d6c61027e2ab4e7456d11348ef Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 22 Jan 2001 23:10:22 +0000 Subject: New function, can't use strlen on the md5 hash because it might have null 2001-01-22 JP Rosevear * e-dbhash.c (md5_to_dbt): New function, can't use strlen on the md5 hash because it might have null chars in it. (e_dbhash_add): use md5_to_dbt svn path=/trunk/; revision=7726 --- e-util/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 379eae390e..51e256028c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,16 @@ +2001-01-22 JP Rosevear + + * e-dbhash.c (md5_to_dbt): New function, can't use strlen on the md5 + hash because it might have null chars in it. + (e_dbhash_add): use md5_to_dbt + +2001-01-19 JP Rosevear + + * e-pilot-map.c (e_pilot_map_remove_by_pid): Remove an item by pid + (e_pilot_map_remove_by_uid): ditto for uid + + * e-pilot-map.h: new protos + 2001-01-17 Jason Leach * e-gtk-utils.c (gtk_radio_button_get_nth_selected): New function, -- cgit v1.2.3