Fixed idention error in ramfs.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-01-14 23:19:31 +01:00
parent c94f6b64c3
commit f476a82498
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ namespace Sortix
if ( available <= sizeof(sortix_dirent) ) { return -1; }
if ( fs->GetNumFiles() <= position )
{
dirent->d_namelen = 0;
dirent->d_namelen = 0;
dirent->d_name[0] = 0;
return 0;
}