1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 20:55:20 +03:00
aports/testing/modem-manager-gui/musl-compatibility.patch
2021-10-29 13:56:21 +00:00

15 lines
486 B
Diff

--- a/src/connection-editor-window.c
+++ b/src/connection-editor-window.c
@@ -1122,9 +1122,9 @@
/*Get current country ID if possible*/
countryid = NULL;
langenv = getenv("LANG");
- if (langenv != NULL) {
- countryid = nl_langinfo(_NL_ADDRESS_COUNTRY_AB2);
- }
+ // if (langenv != NULL) {
+ // countryid = nl_langinfo(_NL_ADDRESS_COUNTRY_AB2);
+ // }
/*Create menu*/
mmguiapp->window->providersmenu = gtk_menu_new();
/*Sort operators by countries*/