diff --git a/lib/src/ffi/bindings.dart b/lib/src/ffi/bindings.dart index 1225dd3ec8..e768b90252 100644 --- a/lib/src/ffi/bindings.dart +++ b/lib/src/ffi/bindings.dart @@ -1553,11 +1553,11 @@ class LibEdaxBindings { ffi.Pointer> value) => _time_clock.value = value; - late final ffi.Pointer _timezone = _lookup('timezone'); + late final ffi.Pointer _timezone1 = _lookup('timezone'); - int get timezone => _timezone.value; + int get timezone1 => _timezone1.value; - set timezone(int value) => _timezone.value = value; + set timezone1(int value) => _timezone1.value = value; late final ffi.Pointer>> _tzname = _lookup>>('tzname'); @@ -10148,7 +10148,7 @@ final class timeval64 extends ffi.Struct { external int tv_usec; } -final class timezone1 extends ffi.Struct { +final class timezone extends ffi.Struct { @ffi.Int() external int tz_minuteswest; diff --git a/pubspec.lock b/pubspec.lock index 30f4548e8b..b3fe189235 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -434,10 +434,10 @@ packages: dependency: transitive description: name: shelf_web_socket - sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611" + sha256: cc36c297b52866d203dbf9332263c94becc2fe0ceaa9681d07b6ef9807023b67 url: "https://pub.dev" source: hosted - version: "2.0.0" + version: "2.0.1" source_map_stack_trace: dependency: transitive description: