diff -r fc76d38c3530 -r 7ace3537a560 src/ldconfig.cpp --- 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]