--- psiconv/trunk/lib/psiconv/parse_texted.c 2003/11/25 17:57:05 168 +++ psiconv/trunk/lib/psiconv/parse_texted.c 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* parse_texted.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999, 2000 Frodo Looijaard + Copyright (c) 1999-2005 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 @@ -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)