diff options
Diffstat (limited to 'lib/ephy-string.c')
-rw-r--r-- | lib/ephy-string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-string.c b/lib/ephy-string.c index 391b275f8..ca32e824c 100644 --- a/lib/ephy-string.c +++ b/lib/ephy-string.c @@ -138,9 +138,9 @@ ephy_string_time_to_string (GDate *t, } gboolean -ephy_str_to_int (const char *string, int *integer) +ephy_str_to_int (const char *string, gulong *integer) { - long result; + gulong result; char *parse_end; /* Check for the case of an empty string. */ |