--- a/src/ldconfig.cpp Wed Oct 16 23:07:59 2013 +0300 +++ b/src/ldconfig.cpp Wed Oct 16 23:20:35 2013 +0300 @@ -72,7 +72,7 @@ if (!parseLDConfigTag (pars, "CODE", valuestr)) continue; - if (!isNumber (valuestr)) + if (!numeric (valuestr)) continue; // not a number // Ensure that the code is within [0 - 511]