aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-25 08:16:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-25 08:16:32 +0800
commitbd34e927c740ec7171565abf4dfc7f743179e944 (patch)
tree59f41c7dfa8517ae41f62b4f6045ed38d84f7db1 /mail/ChangeLog
parent1cf393ef9a95f6f8b1f6f80042cf8e873a4fe454 (diff)
downloadgsoc2013-evolution-bd34e927c740ec7171565abf4dfc7f743179e944.tar
gsoc2013-evolution-bd34e927c740ec7171565abf4dfc7f743179e944.tar.gz
gsoc2013-evolution-bd34e927c740ec7171565abf4dfc7f743179e944.tar.bz2
gsoc2013-evolution-bd34e927c740ec7171565abf4dfc7f743179e944.tar.lz
gsoc2013-evolution-bd34e927c740ec7171565abf4dfc7f743179e944.tar.xz
gsoc2013-evolution-bd34e927c740ec7171565abf4dfc7f743179e944.tar.zst
gsoc2013-evolution-bd34e927c740ec7171565abf4dfc7f743179e944.zip
Pass the O_TRUNC flag to open so that we don't leave trailing garbage at
2001-07-24 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (save_part_save): Pass the O_TRUNC flag to open so that we don't leave trailing garbage at the end of the file if the new file content is shorter than the old file content. svn path=/trunk/; revision=11373
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1f52782136..d16b628130 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2001-07-24 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-ops.c (save_part_save): Pass the O_TRUNC flag to open so
+ that we don't leave trailing garbage at the end of the file if the
+ new file content is shorter than the old file content.
+
* component-factory.c (create_view): Fix for bug #5174.
2001-07-24 Jason Leach <jleach@ximian.com>