--- psiconv/trunk/lib/psiconv/configuration.c 2004/02/22 22:32:04 218 +++ psiconv/trunk/lib/psiconv/configuration.c 2014/10/22 19:53:40 351 @@ -1,6 +1,6 @@ /* configuration.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 @@ -187,7 +187,7 @@ while (line[soval] && (line[soval] <= 32)) soval ++; eoval = soval; - while (line[eoval] && ((line[eoval] >= '0') && (line[eovar] <= '9'))) + while (line[eoval] && ((line[eoval] >= '0') && (line[eoval] <= '9'))) eoval ++; if (eoval == soval) { psiconv_error(*config,0,0,"Configuration file %s, line %d: "