Fix numeric comparisons for 64b. Bug 1385
[exim.git] / src / src / expand.c
index dba047b284c511cbe5aad1c53f311e7a76c1c6af..0d8e70295c15b7c5631f7297e33c42674945fe81 100644 (file)
@@ -6560,7 +6560,7 @@ else
   else
     {
     while (isspace(*endptr)) endptr++;
-    if (*endptr == 0) return (int)value;
+    if (*endptr == 0) return value;
     }
   }