--- psiconv/trunk/lib/psiconv/parse_page.c 2003/11/25 17:57:05 168 +++ psiconv/tags/rel-0-9-9/lib/psiconv/parse_page.c 2014/10/29 09:17:54 357 @@ -1,6 +1,6 @@ /* parse_page.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999, 2000 Frodo Looijaard + Copyright (c) 1999-2014 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 @@ -130,7 +130,7 @@ ERROR2: free (*result); ERROR1: - psiconv_warn(config,lev+1,off,"Reading of Page Header failed"); + psiconv_error(config,lev+1,off,"Reading of Page Header failed"); if (length) *length = 0; if (!res) @@ -265,7 +265,7 @@ ERROR2: free (*result); ERROR1: - psiconv_warn(config,lev+1,off,"Reading of Page Section failed"); + psiconv_error(config,lev+1,off,"Reading of Page Section failed"); if (length) *length = 0; if (!res)