--- psiconv/trunk/lib/psiconv/parse_texted.c 2003/11/25 17:57:05 168 +++ psiconv/trunk/lib/psiconv/parse_texted.c 2004/01/06 20:15:01 184 @@ -53,7 +53,7 @@ if (res) goto ERROR2; if (temp != PSICONV_ID_TEXTED_BODY) { - psiconv_warn(config,lev+2,off+len, + psiconv_error(config,lev+2,off+len, "Page header section body id not found"); psiconv_debug(config,lev+2,off+len, "Page body id: read %08x, expected %08x",temp, @@ -134,7 +134,7 @@ ERROR2: free (*result); ERROR1: - psiconv_warn(config,lev+1,off,"Reading of TextEd Section failed"); + psiconv_error(config,lev+1,off,"Reading of TextEd Section failed"); if (length) *length = 0; if (!res)