Fixed bug in initfs causing panics.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-11-22 12:44:23 +01:00
parent 55240fb3f5
commit 324a9a1a22
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ namespace Sortix
this->name = name;
this->buffer = buffer;
this->buffersize = buffersize;
this->offset = 0;
}
DevInitFSFile::~DevInitFSFile()