Support for setting default modes for files and dirs.

This commit is contained in:
Vreixo Formoso
2007-12-27 18:10:14 +01:00
parent 941e2022e8
commit a8636eaa60
6 changed files with 97 additions and 54 deletions

View File

@ -204,6 +204,8 @@ void test_rrip_get_susp_fields_file()
Ecma119Image t;
uint8_t *entry;
memset(&t, 0, sizeof(Ecma119Image));
file = malloc(sizeof(IsoFile));
CU_ASSERT_PTR_NOT_NULL_FATAL(file);
file->msblock = 0;