diff options
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/g10.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 016aae9f9..02cdb6962 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2004-02-10 David Shaw <[email protected]> + + * g10.c (rm_group): Properly ungroup from a list of groups. + 2004-02-09 David Shaw <[email protected]> * misc.c (compress_algo_to_string): Return NULL on failure like @@ -915,6 +915,7 @@ rm_group(char *name) free_strlist(item->values); m_free(item); + break; } } } |