--- psiconv/trunk/lib/psiconv/misc.c 2004/02/22 22:24:39 217 +++ psiconv/trunk/lib/psiconv/misc.c 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* parse_aux.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 @@ -46,6 +46,6 @@ output[i] = '.'; else output[i] = input[i]; - input[i] = 0; + output[i] = 0; return output; }