diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-20 20:37:43 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-20 20:37:43 +0100 |
| commit | b9af856ae4a65e09b401cdbc7858c6cd4b1b0b5f (patch) | |
| tree | f4e4cc549570f42d9e6701b0db702bc9f81157e1 /fs/ext2.c | |
| parent | e500989866e365027e3071cc82ddffa2fbb38288 (diff) | |
working on syscalls
Diffstat (limited to 'fs/ext2.c')
| -rw-r--r-- | fs/ext2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ int ext2_read_dir(uint8_t *ram, int inode_nr,fs_dirent *dirs,int max) i++; }while(buf[i-1]!=0); - log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"name: %s\n",dirs[c].name); +// log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"name: %s\n",dirs[c].name); c++; |
