mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
parent
e24dfacd5b
commit
ab02965c50
@ -481,7 +481,7 @@ g_date_time_from_instant (GTimeZone *tz,
|
|||||||
GDateTime *datetime;
|
GDateTime *datetime;
|
||||||
gint64 offset;
|
gint64 offset;
|
||||||
|
|
||||||
if (instant < 0 || instant > 1000000000000000000)
|
if (instant < 0 || instant > G_GINT64_CONSTANT (1000000000000000000))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
datetime = g_date_time_alloc (tz);
|
datetime = g_date_time_alloc (tz);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user