mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
trying to fix #112673 Daniel
* xmlschemastypes.c: trying to fix #112673 Daniel
This commit is contained in:
@ -100,7 +100,7 @@ struct _xmlSchemaValDate {
|
||||
unsigned int hour :5; /* 0 <= hour <= 23 */
|
||||
unsigned int min :6; /* 0 <= min <= 59 */
|
||||
double sec;
|
||||
int tz_flag :1; /* is tzo explicitely set? */
|
||||
unsigned int tz_flag :1; /* is tzo explicitely set? */
|
||||
int tzo :11; /* -1440 <= tzo <= 1440 */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user