diff options
Diffstat (limited to 'lib/ephy-string.c')
-rw-r--r-- | lib/ephy-string.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ephy-string.c b/lib/ephy-string.c index ca32e824c..46ea0194f 100644 --- a/lib/ephy-string.c +++ b/lib/ephy-string.c @@ -156,9 +156,6 @@ ephy_str_to_int (const char *string, gulong *integer) if ((result == G_MINLONG || result == G_MAXLONG) && errno == ERANGE) { return FALSE; } - if (result < G_MININT || result > G_MAXINT) { - return FALSE; - } /* Check that all the trailing characters are spaces. */ while (*parse_end != '\0') { |