Because file attributes in MS-DOS, OS/2, and Windows are similar, I am assuming
RAR archives generated from these three systems will use the same attributes. I
could not find or generate any test RAR archives for these cases.
SVN-Revision: 3681
switch(file_header.host_os)
{
+ case OS_MSDOS:
+ case OS_OS2:
case OS_WIN32:
rar->mode = archive_le32dec(file_header.file_attr);
if (rar->mode & FILE_ATTRIBUTE_DIRECTORY)
rar->mode = archive_le32dec(file_header.file_attr);
break;
- case OS_MSDOS:
- case OS_OS2:
case OS_MAC_OS:
case OS_BEOS:
default: