--- psiconv/trunk/lib/psiconv/parse_word.c 2004/02/22 22:24:39 217 +++ psiconv/trunk/lib/psiconv/parse_word.c 2004/02/26 16:27:43 233 @@ -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);