src/ldConfig.cc

changeset 800
a1d9b7fff8f7
parent 795
195fa1fff9c3
child 806
4240f47aa2d4
--- 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);

mercurial