--- psiconv/trunk/lib/psiconv/generate_image.c 2004/02/26 15:58:48 232 +++ psiconv/trunk/lib/psiconv/generate_image.c 2004/02/26 16:27:43 233 @@ -334,7 +334,7 @@ outputbytenr = 0; for (x = 0; x < xsize; x++) { if (!(pixelptr = psiconv_list_get(pixels,y*xsize+x))) { - psiconv_error(config,lev,0,"Massive internal corruption"); + psiconv_error(config,lev,0,"Data structure corruption"); res = -PSICONV_E_NOMEM; goto ERROR2; }