* path.cc (symlink_info::check): Fix typo in comment.
This commit is contained in:
parent
4a77aea071
commit
ffea27fc8d
|
@ -1,4 +1,8 @@
|
||||||
2009-07-21 Corinna Vinschen <corinna@vinschen.de>
|
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* path.cc (symlink_info::check): Fix typo in comment.
|
||||||
|
|
||||||
|
2009-07-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.h (enum del_lock_called_from): New enumeration.
|
* fhandler.h (enum del_lock_called_from): New enumeration.
|
||||||
(fhandler_base::del_my_locks): Declare taking a del_lock_called_from
|
(fhandler_base::del_my_locks): Declare taking a del_lock_called_from
|
||||||
|
|
|
@ -2216,7 +2216,7 @@ symlink_info::check (char *path, const suffix_info *suffixes, unsigned opt,
|
||||||
{
|
{
|
||||||
no_ea = true;
|
no_ea = true;
|
||||||
/* If EAs are not supported, there's no sense to check them again
|
/* If EAs are not supported, there's no sense to check them again
|
||||||
whith suffixes attached. So we set eabuf/easize to 0 here once. */
|
with suffixes attached. So we set eabuf/easize to 0 here once. */
|
||||||
if (status == STATUS_EAS_NOT_SUPPORTED)
|
if (status == STATUS_EAS_NOT_SUPPORTED)
|
||||||
{
|
{
|
||||||
eabuf = NULL;
|
eabuf = NULL;
|
||||||
|
|
Loading…
Reference in New Issue