aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-21 02:37:36 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-21 02:37:36 +0800
commit6043cbbc55d612e29b9d0fa5f10459f06896adcf (patch)
tree00dbd5eb1c3feca28c60b212e86fdb137e612cc3 /ChangeLog
parent95697142edb4d62c7f82cb915857597f095a0155 (diff)
downloadgsoc2013-evolution-6043cbbc55d612e29b9d0fa5f10459f06896adcf.tar
gsoc2013-evolution-6043cbbc55d612e29b9d0fa5f10459f06896adcf.tar.gz
gsoc2013-evolution-6043cbbc55d612e29b9d0fa5f10459f06896adcf.tar.bz2
gsoc2013-evolution-6043cbbc55d612e29b9d0fa5f10459f06896adcf.tar.lz
gsoc2013-evolution-6043cbbc55d612e29b9d0fa5f10459f06896adcf.tar.xz
gsoc2013-evolution-6043cbbc55d612e29b9d0fa5f10459f06896adcf.tar.zst
gsoc2013-evolution-6043cbbc55d612e29b9d0fa5f10459f06896adcf.zip
name parameter is const. This fixes a bug in destroy ()
1999-08-20 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-stream-fs.c (camel_stream_fs_new_with_name): name parameter is const. This fixes a bug in destroy () svn path=/trunk/; revision=1135
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea06f9f5d9..fc308a8d92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-08-20 bertrand <Bertrand.Guiheneuf@aful.org>
+
+ * camel/camel-stream-fs.c (camel_stream_fs_new_with_name):
+ name parameter is const. This fixes a bug in destroy ()
+
1999-08-18 Robert Brady <rwb197@ecs.soton.ac.uk>
* camel/gmime-rfc2047.c: more work on encoder.