From ce50b0f007b8d71078a03d2a83ad8e35b0931dab Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 25 May 2015 17:46:54 +0200 Subject: fixed critical but in ELF loader and finally got tput etc.. (ncurses) working --- fs/ext2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/ext2.c') diff --git a/fs/ext2.c b/fs/ext2.c index 1f4d04e..c313775 100644 --- a/fs/ext2.c +++ b/fs/ext2.c @@ -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); } -- cgit v1.2.3