--- psiconv/trunk/lib/psiconv/parse_driver.c 2004/02/09 23:12:58 208 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2004/02/26 16:27:43 233 @@ -147,7 +147,7 @@ ERROR4: for (i = 0; i < psiconv_list_length((*result)->sections); i++) { if (!(clipart = psiconv_list_get((*result)->sections,i))) { - psiconv_error(config,lev+1,off,"Massive memory corruption"); + psiconv_error(config,lev+1,off,"Data structure corruption"); goto ERROR3; } psiconv_free_clipart_section(clipart); @@ -213,7 +213,7 @@ ERROR4: for (i = 0; i < psiconv_list_length((*result)->sections); i++) { if (!(paint = psiconv_list_get((*result)->sections,i))) { - psiconv_error(config,lev+1,off,"Massive memory corruption"); + psiconv_error(config,lev+1,off,"Data structure corruption"); goto ERROR3; } psiconv_free_paint_data_section(paint);