aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-09-11 05:39:56 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-09-11 05:39:56 +0800
commit75e84ec74f0eaf6ffd7d865478e170f084f2ff63 (patch)
treed9698160e23dc0ba86157301e67f77c458d43214 /widgets/table/e-table-item.c
parentfbb7f7c202c6c4f8b435702ababe36463132292c (diff)
downloadgsoc2013-evolution-75e84ec74f0eaf6ffd7d865478e170f084f2ff63.tar
gsoc2013-evolution-75e84ec74f0eaf6ffd7d865478e170f084f2ff63.tar.gz
gsoc2013-evolution-75e84ec74f0eaf6ffd7d865478e170f084f2ff63.tar.bz2
gsoc2013-evolution-75e84ec74f0eaf6ffd7d865478e170f084f2ff63.tar.lz
gsoc2013-evolution-75e84ec74f0eaf6ffd7d865478e170f084f2ff63.tar.xz
gsoc2013-evolution-75e84ec74f0eaf6ffd7d865478e170f084f2ff63.tar.zst
gsoc2013-evolution-75e84ec74f0eaf6ffd7d865478e170f084f2ff63.zip
Same as below. Also save errno before closing the file so our caller can
2002-09-10 Jeffrey Stedfast <fejj@ximian.com> * camel-store-summary.c (camel_store_summary_load): Same as below. Also save errno before closing the file so our caller can figure out why we failed. (camel_store_summary_save): Same here, but also flush the output stream to disk. * camel-folder-summary.c (camel_folder_summary_load): s/fclose(in) == -1/fclose(in) != 0/ since fclose doesn't necessarily return -1 on fail, all we really know is that it returns 0 on success and non-zero on fail. * camel-certdb.c (camel_certdb_save): fsync() the stream after we fflush it. svn path=/trunk/; revision=18037
Diffstat (limited to 'widgets/table/e-table-item.c')
0 files changed, 0 insertions, 0 deletions