--- psiconv/trunk/lib/psiconv/parse_simple.c 2004/02/22 22:24:39 217 +++ psiconv/trunk/lib/psiconv/parse_simple.c 2014/10/22 19:53:40 351 @@ -1,6 +1,6 @@ /* parse_simple.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999-2004 Frodo Looijaard + Copyright (c) 1999-2014 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 @@ -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;