--- psiconv/trunk/lib/psiconv/parse_simple.c 2004/02/26 15:58:48 232 +++ psiconv/trunk/lib/psiconv/parse_simple.c 2004/02/26 16:27:43 233 @@ -377,7 +377,7 @@ goto ERROR2; for (i = 0; i < psiconv_list_length(string); i++) { if (!(nextcharptr = psiconv_list_get(string,i))) { - psiconv_error(config,lev,off+i+len,"Internal data corruption"); + psiconv_error(config,lev,off+i+len,"Data structure corruption"); goto ERROR3; } result[i] = *nextcharptr;