You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/conky/files/conky-1.9.0-update-noaa-met...

12 lines
296 B

--- a/src/weather.c
+++ b/src/weather.c
@@ -858,7 +858,7 @@
}
} else
#endif /* XOAP */
- if (strstr(uri, "weather.noaa.gov")) {
+ if (strstr(uri, "tgftp.nws.noaa.gov")) {
strcat(uri, locID);
strcat(uri, ".TXT");
} else if (!strstr(uri, "localhost") && !strstr(uri, "127.0.0.1")) {