--- a/src/ldConfig.cc Sat Jun 14 09:56:07 2014 +0300 +++ b/src/ldConfig.cc Sat Jun 14 09:58:58 2014 +0300 @@ -83,9 +83,6 @@ if (not parseLDConfigTag (pars, "CODE", valuestr)) continue; - if (not numeric (valuestr)) - continue; // not a number - // Ensure that the code is within [0 - 511] bool ok; code = valuestr.toShort (&ok);