Usermode/libaxwin4 - Handle demarshal failure
[tpg/acess2.git] / KernelLand / Modules / Filesystems / Ext2 / ext2fs.h
index a3aa301..4f9210e 100644 (file)
@@ -157,6 +157,6 @@ struct ext2_dir_entry_s {
        Uint8   type;           //!< File Type (Duplicate of ext2_inode_s.i_mode)\r
        char    name[EXT2_NAME_LEN+1];          //!< File name\r
 };\r
-#define EXT2_DIRENT_SIZE       (sizeof(struct ext2_dir_entry_s)-EXT2_NAME_LEN+1)\r
+#define EXT2_DIRENT_SIZE       (sizeof(struct ext2_dir_entry_s)-(EXT2_NAME_LEN+1))\r
 \r
 #endif\r

UCC git Repository :: git.ucc.asn.au