--- psiconv/trunk/lib/psiconv/parse_layout.c 2004/02/22 22:24:39 217 +++ psiconv/trunk/lib/psiconv/parse_layout.c 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* parse_layout.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999-2004 Frodo Looijaard + Copyright (c) 1999-2005 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 @@ -93,7 +93,7 @@ goto ERROR2; len = 1; - (*result)->name = psiconv_read_charlist(config,buf,lev+2,off, fontlen-1,&res); + (*result)->name = psiconv_read_charlist(config,buf,lev+2,off+len, fontlen-1,&res); if (res) goto ERROR2; len += fontlen - 1;