--- psiconv/trunk/lib/psiconv/parse_word.c 2004/02/22 22:24:39 217 +++ psiconv/trunk/lib/psiconv/parse_word.c 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* parse_word.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999-2004 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 @@ -355,7 +355,7 @@ ERROR5: for (j = 0; j < i ;j++) { if (!(style = psiconv_list_get((*result)->styles,j))) { - psiconv_error(config,lev+1,off,"Massive memory corruption"); + psiconv_error(config,lev+1,off,"Data structure corruption"); goto ERROR4; } psiconv_free_character_layout(style->character);