Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228227 | Differences between
and this patch

Collapse All | Expand All

(-)Temperature.app-1.4.orig/Temperature.cc (-1 / +1 lines)
Lines 245-251 Link Here
245
        << endl
245
        << endl
246
        << "You must supply the ICAO Location Indicator (a 4-character string)" << endl
246
        << "You must supply the ICAO Location Indicator (a 4-character string)" << endl
247
        << "of a weather station near you. You can search for a station on" << endl
247
        << "of a weather station near you. You can search for a station on" << endl
248
        << "this site: http://www.nws.noaa.gov/oso/siteloc.shtml" << endl;
248
        << "this site: http://www.nws.noaa.gov/tg/siteloc.shtml" << endl;
249
}
249
}
250
250
251
void Temperature::checkArgument(char** argv, int argc, int index)
251
void Temperature::checkArgument(char** argv, int argc, int index)

Return to bug 228227