--- psiconv/trunk/lib/psiconv/parse_word.c 1999/10/30 22:36:43 26 +++ psiconv/trunk/lib/psiconv/parse_word.c 1999/11/01 12:35:16 27 @@ -249,14 +249,9 @@ res = -1; } len += 4; - psiconv_progress(lev+3,off+len,"Going to read an unknown long " - "(0x%08x expected)",0x00000000); - temp = psiconv_read_u32(buf,lev+3,off+len); - if (temp != 0x00000000) { - psiconv_warn(lev+3,off+len,"Unexpected value in style description"); - psiconv_debug(lev+3,off+len,"Unknown long: read %08x, expected %08x", - temp, 0x00000000); - } + psiconv_progress(lev+3,off+len,"Going to read outline level"); + style->outline_level = psiconv_read_u32(buf,lev+3,off+len); + psiconv_debug(lev+3,off+len,"Outline Level: %08x", style->outline_level); len += 4; psiconv_progress(lev+3,off+len,"Going to read the character codes"); style->character = psiconv_basic_character_layout();