--- psiconv/trunk/lib/psiconv/parse_word.c 2004/01/04 22:20:43 183 +++ psiconv/trunk/lib/psiconv/parse_word.c 2004/01/06 20:15:01 184 @@ -161,7 +161,7 @@ ERROR2: free (*result); ERROR1: - psiconv_warn(config,lev+1,off,"Reading of Word Status Section failed"); + psiconv_error(config,lev+1,off,"Reading of Word Status Section failed"); if (length) *length = 0; if (!res) @@ -377,7 +377,7 @@ ERROR5: for (j = 0; j < i ;j++) { if (!(style = psiconv_list_get((*result)->styles,j))) { - psiconv_warn(config,lev+1,off,"Massive memory corruption"); + psiconv_error(config,lev+1,off,"Massive memory corruption"); goto ERROR4; } psiconv_free_character_layout(style->character); @@ -391,7 +391,7 @@ ERROR2: free (*result); ERROR1: - psiconv_warn(config,lev+1,off,"Reading of Word Status Section failed"); + psiconv_error(config,lev+1,off,"Reading of Word Status Section failed"); if (length) *length = 0; if (!res)