--- psiconv/trunk/lib/psiconv/parse_sheet.c 2001/07/24 20:32:51 129 +++ psiconv/trunk/lib/psiconv/parse_sheet.c 2001/07/24 20:36:44 130 @@ -508,7 +508,7 @@ goto ERROR1; psiconv_progress(lev+2,off+len, - "Going to read the initial byte (%02x or $02xexpected)", + "Going to read the initial byte (%02x or %02x expected)", 0x02,0x04); temp = psiconv_read_u8(buf,lev+2,off+len,&res); if (res) @@ -586,7 +586,6 @@ if (with_name) { psiconv_progress(lev+2,off+len,"Going to read the name section"); - if ((res = psiconv_parse_sheet_name_section(buf,lev+2,name_off,NULL, &(*result)->name))) goto ERROR6;