mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-10 23:09:18 +00:00
Fix missing member initialization
This commit is contained in:
@ -309,11 +309,12 @@ struct Inode
|
||||
|
||||
Inode()
|
||||
{
|
||||
Index = 0;
|
||||
Mode = 0;
|
||||
Device = 0;
|
||||
RawDevice = 0;
|
||||
Index = 0;
|
||||
Mode = 0;
|
||||
Flags = 0;
|
||||
Offset = 0;
|
||||
PrivateData = nullptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user