- MF53: Fixed bug #44257 (timelib_tz_lookup_table must use float for

gmtoffset).
This commit is contained in:
Derick Rethans 2008-03-13 16:00:18 +00:00
parent c7703dec10
commit cc07cc0bd9

View file

@ -178,7 +178,7 @@ typedef struct timelib_error_container {
typedef struct _timelib_tz_lookup_table {
char *name;
int type;
int gmtoffset;
float gmtoffset;
char *full_tz_name;
} timelib_tz_lookup_table;