diff options
author | Larry Ewing <lewing@ximian.com> | 2003-02-09 15:35:23 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2003-02-09 15:35:23 +0800 |
commit | 352561d06b62e196987d020fe9f53093469a411b (patch) | |
tree | f0c8e484c45704735337ac6c056f894818b4e5f3 /shell/ChangeLog | |
parent | c792cf443ea005844153e1a152bac757cf477617 (diff) | |
download | gsoc2013-evolution-352561d06b62e196987d020fe9f53093469a411b.tar.gz gsoc2013-evolution-352561d06b62e196987d020fe9f53093469a411b.tar.zst gsoc2013-evolution-352561d06b62e196987d020fe9f53093469a411b.zip |
fix length calculation. (create_folder_directory): remove alloca usage,
2003-02-09 Larry Ewing <lewing@ximian.com>
* e-local-storage.c (remove_folder_directory): fix length calculation.
(create_folder_directory): remove alloca usage, clears up crash.
svn path=/trunk/; revision=19856
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 94260f2f35..60f1b7abc1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-02-09 Larry Ewing <lewing@ximian.com> + + * e-local-storage.c (remove_folder_directory): fix length calculation. + (create_folder_directory): remove alloca usage, clears up crash. + 2003-02-07 Larry Ewing <lewing@ximian.com> * e-shell-folder-creation-dialog.c |