Turn ExprResolveInteger into a simple wrapper
[profile/ivi/libxkbcommon.git] / src / xkbcomp / symbols.c
index 0b225cc..d2dc4bc 100644 (file)
@@ -1191,7 +1191,7 @@ SetSymbolsField(KeyInfo * key,
                 tmp.uval = 0;
         }
         else {
-            ok = ExprResolveInteger(value, &tmp, NULL, 0);
+            ok = ExprResolveInteger(value, &tmp);
         }
         if (!ok)
         {