diff options
author | Dan Winship <danw@src.gnome.org> | 2001-09-06 07:37:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-09-06 07:37:01 +0800 |
commit | ab8885da53da6573d62789f07f6ebc4d75839e3c (patch) | |
tree | f176b6177d1f2f0c0557e75841e61c670b06f584 /e-util/ChangeLog | |
parent | 35f6d9602967f597fd1a4ebade8fb411db836398 (diff) | |
download | gsoc2013-evolution-ab8885da53da6573d62789f07f6ebc4d75839e3c.tar.gz gsoc2013-evolution-ab8885da53da6573d62789f07f6ebc4d75839e3c.tar.zst gsoc2013-evolution-ab8885da53da6573d62789f07f6ebc4d75839e3c.zip |
Fix the check for the case when mkdir() returns EEXIST to check S_ISDIR on
* e-mktemp.c (get_path): Fix the check for the case when mkdir()
returns EEXIST to check S_ISDIR on the right structure component.
Fixes bug #8775.
svn path=/trunk/; revision=12644
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 6672c30310..8c08abcd69 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-09-05 Dan Winship <danw@ximian.com> + + * e-mktemp.c (get_path): Fix the check for the case when mkdir() + returns EEXIST to check S_ISDIR on the right structure component. + Fixes bug #8775. + 2001-08-31 Federico Mena Quintero <federico@ximian.com> * e-time-utils.c (e_time_parse_date_and_time): Added format for |