Ignore:
Timestamp:
12/14/11 15:55:54 (12 years ago)
Author:
obi
Message:

[titan] fix httpfunc.h warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r12016 r12328  
    977977                        line = 0;
    978978                }
     979
    979980
    980981                ostrcatbig(&buf, "<td nowrap><a target=main class=link href=query?getepg&", &maxlen, &pos);
     
    17771778{
    17781779        char* buf = NULL, *buf1 = NULL, *buf2 = NULL;
    1779         int maxlen = 0, pos = 0, tmpservicetype = 0;
     1780//      int maxlen = 0, pos = 0, tmpservicetype = 0;
     1781        int maxlen = 0, pos = 0;
    17801782        struct tm* loctime = NULL;
    17811783        time_t akttime = time(NULL);
     
    18321834{
    18331835        char* buf = NULL, *string = NULL, *name = NULL, *begin = NULL, *end = NULL, *type = NULL, *anode = NULL, *channelname = NULL, *sid = NULL, *tid = NULL, *ext = NULL;
    1834         int maxlen = 0, pos = 0, newnode = 0, channelfind = 0;
     1836//      int maxlen = 0, pos = 0, newnode = 0, channelfind = 0;
     1837        int newnode = 0, channelfind = 0;
    18351838        struct rectimer *node = NULL;
    18361839        char* tmpstr = NULL;
    18371840        struct tm* loctime = NULL;
    18381841        struct channel *channel1;
    1839         struct service *service1;
     1842//      struct service *service1;
    18401843
    18411844        anode=strstr(param, "node=");
Note: See TracChangeset for help on using the changeset viewer.