--- psiconv/trunk/lib/psiconv/parse_common.c 1999/10/11 16:15:14 12 +++ psiconv/trunk/lib/psiconv/parse_common.c 1999/10/27 15:05:03 20 @@ -18,6 +18,7 @@ */ #include "config.h" +#include "compat.h" #include #include @@ -94,12 +95,6 @@ } len += 4; - psiconv_progress(lev+2,off+len,"Going to read Section Table Section offset"); - (*result)->section_table_offset = psiconv_read_u32(buf,lev+2,off+len); - psiconv_debug(lev+2,off+len,"Section Table Section starts at offset %08x", - (*result)->section_table_offset) ; - len += 4; - if (length) *length = len;