summaryrefslogtreecommitdiff
blob: 0dbf3d3fadadb09ca7559b2b90975654fbde6a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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")) {