(svn r13360) -Fix (r13359): Forgot to remove some instances of FiosAlloc()

This commit is contained in:
skidd13
2008-06-02 14:27:58 +00:00
parent f1c954e842
commit 8b3db22075
3 changed files with 3 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ void FiosGetDrives()
#endif
if (disk == disk2) {
FiosItem *fios = FiosAlloc();
FiosItem *fios = _fios_items.Append()();
fios->type = FIOS_TYPE_DRIVE;
fios->mtime = 0;
#ifndef __INNOTEK_LIBC__