A few typos - thanks to Pete Ware for spotting them

(Logical change 1.150)
edge.strict_endians
flatcap.org!flatcap 2003-06-07 17:30:03 +00:00
parent 589e274b2c
commit 302c627270
1 changed files with 3 additions and 3 deletions

View File

@ -947,9 +947,9 @@ void dump_record (struct ufile *file)
if (f->flags & FILE_ATTR_REPARSE_POINT) Qprintf ("Reparse ");
if (f->flags & FILE_ATTR_COMPRESSED) Qprintf ("Compressed ");
if (f->flags & FILE_ATTR_ENCRYPTED) Qprintf ("Encrypted ");
if (!(f->flags & (FILE_ATTR_SYSTEM || FILE_ATTR_DIRECTORY ||
FILE_ATTR_SPARSE_FILE || FILE_ATTR_REPARSE_POINT ||
FILE_ATTR_COMPRESSED || FILE_ATTR_ENCRYPTED))) {
if (!(f->flags & (FILE_ATTR_SYSTEM | FILE_ATTR_DIRECTORY |
FILE_ATTR_SPARSE_FILE | FILE_ATTR_REPARSE_POINT |
FILE_ATTR_COMPRESSED | FILE_ATTR_ENCRYPTED))) {
Qprintf (NONE);
}
Qprintf ("\n");