diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-22 23:52:02 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-22 23:52:02 +0200 |
| commit | fde24d20cd6a7d5fd1f1df71515e377586b91e24 (patch) | |
| tree | 057fe09ee3654956efc2d23cd6e86156c9a481d6 /fs | |
| parent | 50f8b0c3f3a4309091f0c576dc8e35060a43b8c3 (diff) | |
improved shell
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ int fs_readdir(const char *name,fs_dirent *dirs,int max) { - return ext2_read_dir(0x80800, 2,dirs,max); // TODO: hardcoded, fix this + return ext2_read_dir(0x80800, name,dirs,max); // TODO: hardcoded, fix this } |
