Re: mc bug
- From: Pavel Roskin <proski gnu org>
- To: Dave Jones <davej redhat com>
- Cc: jakub redhat com, mc-devel gnome org
- Subject: Re: mc bug
- Date: Thu, 8 Jan 2004 18:42:44 -0500
Quoting Dave Jones <davej redhat com>:
> ./mc/mc-4.6.0/pc/util_nt.c:531
>
> buffer->st_mode &= !S_IXUSR & !S_IXGRP & !S_IXOTH;
>
> That looks odd to me. Is that going to do the desired effect?
> or should it be something more like..
>
> buffer->st_mode &= !(S_IXUSR | S_IXGRP | S_IXOTH);
>
> perhaps ?
Don't worry, the PC port is dead.
Version 4.6.0 doesn't use this code. Version 4.6.1 won't have it.
By the way, please don't use bcc: to send messages to mailing lists, or the
replies won't be sent to the list by default.
--
Regards,
Pavel Roskin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]