diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-25 17:46:54 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-25 17:46:54 +0200 |
| commit | ce50b0f007b8d71078a03d2a83ad8e35b0931dab (patch) | |
| tree | e26d2f3272cdd4d90661345af4f3ac08ed5f55d7 /fs/ext2.c | |
| parent | 2c8cefb3a269d66a6a705bcb4912b0657379273c (diff) | |
fixed critical but in ELF loader and finally got tput etc.. (ncurses) working
Diffstat (limited to 'fs/ext2.c')
| -rw-r--r-- | fs/ext2.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -184,7 +184,6 @@ void* ext2_get_indirectstart_double(void *start, uint32_t block_size, uint32_t i int idx=block_idx%(block_size/4); //log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"bl: %d : %d / %d",block_idx,indirect1_idx, idx); - return ext2_get_indirectstart(start,block_size,dil[indirect1_idx],idx); } |
