/[public]/psiconv/trunk/lib/psiconv/parse_word.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/parse_word.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2 Revision 27
247 psiconv_debug(lev+3,off+len,"Unknown id: %08x",temp); 247 psiconv_debug(lev+3,off+len,"Unknown id: %08x",temp);
248 style->built_in = psiconv_bool_false; 248 style->built_in = psiconv_bool_false;
249 res = -1; 249 res = -1;
250 } 250 }
251 len += 4; 251 len += 4;
252 psiconv_progress(lev+3,off+len,"Going to read an unknown long " 252 psiconv_progress(lev+3,off+len,"Going to read outline level");
253 "(0x%08x expected)",0x00000000);
254 temp = psiconv_read_u32(buf,lev+3,off+len); 253 style->outline_level = psiconv_read_u32(buf,lev+3,off+len);
255 if (temp != 0x00000000) { 254 psiconv_debug(lev+3,off+len,"Outline Level: %08x", style->outline_level);
256 psiconv_warn(lev+3,off+len,"Unexpected value in style description");
257 psiconv_debug(lev+3,off+len,"Unknown long: read %08x, expected %08x",
258 temp, 0x00000000);
259 }
260 len += 4; 255 len += 4;
261 psiconv_progress(lev+3,off+len,"Going to read the character codes"); 256 psiconv_progress(lev+3,off+len,"Going to read the character codes");
262 style->character = psiconv_basic_character_layout(); 257 style->character = psiconv_basic_character_layout();
263 res |= psiconv_parse_character_layout_list(buf,lev+3,off+len,&leng, 258 res |= psiconv_parse_character_layout_list(buf,lev+3,off+len,&leng,
264 style->character); 259 style->character);

Legend:
Removed from v.2  
changed lines
  Added in v.27

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26