--- psiconv/trunk/lib/psiconv/parse_word.c 1999/10/03 21:10:47 2 +++ psiconv/trunk/lib/psiconv/parse_word.c 2000/12/13 16:30:21 63 @@ -1,6 +1,6 @@ /* parse_word.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 Frodo Looijaard + Copyright (c) 1999, 2000 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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();