xtkoba
|
3684cb850d
|
glib: Fix bug in glib-gtimezone.patch (#8243)
```
../src/glib/gtimezone.c:1909:56: warning: incompatible pointer types passing 'gchar *' (aka 'char *') to parameter of type 'gchar **' (aka 'char **'); take the address with & [-Wincompatible-pointer-types]
GBytes *zoneinfo = zone_info_android(identifier, resolved_identifier);
^~~~~~~~~~~~~~~~~~~
&
../src/glib/gtimezone.c:527:34: note: passing argument to parameter 'out_identifier' here
gchar **out_identifier)
^
```
|
2021-12-15 06:51:28 +05:30 |
|