FreeBSD Bugzilla – Attachment 174040 Details for
Bug 212126
x11/temperature.app: noaa URL no longer works
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Temperature.h
patch-Temperature.h (text/plain), 777 bytes, created by
manny
on 2016-08-25 02:02:42 UTC
(
hide
)
Description:
Patch for Temperature.h
Filename:
MIME Type:
Creator:
manny
Created:
2016-08-25 02:02:42 UTC
Size:
777 bytes
patch
obsolete
>--- Temperature.h.bak 2016-08-24 21:28:32.665119000 -0400 >+++ Temperature.h 2016-08-24 21:26:20.577933000 -0400 >@@ -22,14 +22,16 @@ > #ifndef _TEMPERATURE_H_ > #define _TEMPERATURE_H_ > >-#include <fstream.h> >+#include <fstream> > #include <X11/Xlib.h> > >+using std::ifstream; >+ > #define APPNAME "Temperature.app" > #define VERSION "1.4" > #define INSTANCENAME "temperature_app" > #define CLASSNAME "Temperature_app" >-#define METAR_URL "http://weather.noaa.gov/pub/data/observations/metar/decoded/%s.TXT" >+#define METAR_URL "ftp://tgftp.nws.noaa.gov/data/observations/metar/decoded/%s.TXT" > #define UPDATE_INTERVAL 900 > #define TIME_POS 22 > #define TEMP_POS 35
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212126
:
174039
| 174040