mbfile checks now double filerecords

This commit is contained in:
Michiel Broek
2002-02-08 12:27:15 +00:00
parent dfaee3d490
commit 7195d79c86
4 changed files with 33 additions and 13 deletions

View File

@@ -424,6 +424,7 @@ struct FILERecord {
unsigned Missing : 1; /* Missing */
unsigned NoKill : 1; /* Cannot be deleted */
unsigned Announced : 1; /* File is announced */
unsigned Double : 1; /* Double record */
};