mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Fix missing member initialization
This commit is contained in:
parent
6801475243
commit
042a5f8d4a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user