--- psiconv/trunk/lib/psiconv/parse_common.c 2000/12/15 01:16:43 65 +++ psiconv/trunk/lib/psiconv/parse_common.c 2000/12/20 22:07:49 70 @@ -716,8 +716,8 @@ if (res) goto ERROR4; len += 1; - psiconv_debug(lev+4,off,"Type: %02x",temp); - psiconv_progress(lev+4,off, + psiconv_debug(lev+4,off+len,"Type: %02x",temp); + psiconv_progress(lev+4,off+len, "Going to read the number of characters it applies to"); in_line.length = psiconv_read_u32(buf,lev+4,len+off,&res); if (res) @@ -769,7 +769,7 @@ if (length) *length = len; - psiconv_progress(lev+1,off+len-1,"End of layout section (total length: %08x", + psiconv_progress(lev+1,off+len-1,"End of layout section (total length: %08x)", len); return 0;