mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Set DOS attributes using a for loop instead of repeating code.
This commit is contained in:
@@ -242,6 +242,12 @@ unsigned char IconEA[3516] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00};
|
||||
|
||||
const char *archivedAttributeText = "This file has the archived attribute set.\n";
|
||||
const char *systemAttributeText = "This file has the system attribute set.\n";
|
||||
const char *hiddenAttributeText = "This file has the hidden attribute set.\n";
|
||||
const char *readonlyAttributeText = "This file has the read-only attribute set.\n";
|
||||
const char *noAttributeText = "This file has no attribute set.\n";
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user