diff options
author | 7 <notzed@helixcode.com> | 2000-05-07 13:04:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-07 13:04:31 +0800 |
commit | 97505d53504d42a41b4dd61ba99cb784e665d6c4 (patch) | |
tree | 46812d6024db2698dbbece6663be03d54ad9f75a /libibex/ChangeLog | |
parent | cca467781c7ced39d93dc7ee03197717fd3e563b (diff) | |
download | gsoc2013-evolution-97505d53504d42a41b4dd61ba99cb784e665d6c4.tar gsoc2013-evolution-97505d53504d42a41b4dd61ba99cb784e665d6c4.tar.gz gsoc2013-evolution-97505d53504d42a41b4dd61ba99cb784e665d6c4.tar.bz2 gsoc2013-evolution-97505d53504d42a41b4dd61ba99cb784e665d6c4.tar.lz gsoc2013-evolution-97505d53504d42a41b4dd61ba99cb784e665d6c4.tar.xz gsoc2013-evolution-97505d53504d42a41b4dd61ba99cb784e665d6c4.tar.zst gsoc2013-evolution-97505d53504d42a41b4dd61ba99cb784e665d6c4.zip |
Also close the fd after we're done.
2000-05-07 <notzed@helixcode.com>
* file.c (ibex_open): Also close the fd after we're done.
svn path=/trunk/; revision=2859
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r-- | libibex/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog index abd1914e84..016416574f 100644 --- a/libibex/ChangeLog +++ b/libibex/ChangeLog @@ -1,4 +1,6 @@ -2000-05-06 NotZed <NotZed@HelixCode.com> +2000-05-07 <notzed@helixcode.com> + + * file.c (ibex_open): Also close the fd after we're done. * find.c (ibex_contains_name): New function to find out if a file is indexed. |