Changeset 31682


Ignore:
Timestamp:
12/11/14 21:56:05 (8 years ago)
Author:
andyjetset
Message:

fix weather

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/weather/weather.h

    r29910 r31682  
    148148        //tmpsearch = stringreplacechar(tmpsearch, ' ', '+');
    149149
    150         tmpstr = gethttp("weather.service.msn.com", tmpsearch, 80, NULL, NULL, 5000, NULL, 0);
     150        tmpstr = gethttp("msn.com/en-us/weather", tmpsearch, 80, NULL, NULL, 5000, NULL, 0);
    151151        //tmpstr = gethttp("www.google.com", tmpsearch, 80, NULL, NULL, 5000, NULL, 0);
    152152
Note: See TracChangeset for help on using the changeset viewer.