diff options
author | bertrand <bertrand@helixcode.com> | 2000-01-25 06:29:49 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-01-25 06:29:49 +0800 |
commit | 7dded29a632d26b8ed2c279004dd5fe39014de27 (patch) | |
tree | 62205f85ea95f2d06543341c4c66765e89f9bf40 /camel/providers | |
parent | 98e15c6b5c3757241e3a4017df85ee0e42a5f947 (diff) | |
download | gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar.gz gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar.bz2 gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar.lz gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar.xz gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.tar.zst gsoc2013-evolution-7dded29a632d26b8ed2c279004dd5fe39014de27.zip |
converted all gint64 variables into guint32.
2000-01-24 bertrand <bertrand@helixcode.com>
* camel/camel-stream-fs.[ch]: converted all
gint64 variables into guint32.
* camel/camel-stream-fs.c (_read): fix stupid bug.
(_write): ditto.
* camel/camel-exception.c (camel_exception_new): don't
forget to clean the exception when creating it.
svn path=/trunk/; revision=1621
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/mbox/camel-mbox-folder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/mbox/camel-mbox-folder.c b/camel/providers/mbox/camel-mbox-folder.c index e47ad29215..917cc98781 100644 --- a/camel/providers/mbox/camel-mbox-folder.c +++ b/camel/providers/mbox/camel-mbox-folder.c @@ -172,7 +172,7 @@ _init_with_store (CamelFolder *folder, CamelStore *parent_store, CamelException CamelMboxFolder *mbox_folder = CAMEL_MBOX_FOLDER (folder); - CAMEL_LOG_FULL_DEBUG ("Entering CamelMhFolder::init_with_store\n"); + CAMEL_LOG_FULL_DEBUG ("Entering CamelMboxFolder::init_with_store\n"); /* call parent method */ parent_class->init_with_store (folder, parent_store, ex); |