Changeset 19170


Ignore:
Timestamp:
12/18/12 19:32:04 (11 years ago)
Author:
nit
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/httpdfunc.h

    r19069 r19170  
    12601260                        tmpstr = oitoa(chnode->serviceid);
    12611261                        ostrcatbig(&buf, tmpstr, &maxlen, &pos);
    1262                         buf2 = ostrcat("<td nowrap><a target=main class=link href=query?addrectimer&",tmpstr, 0, 0);
     1262                        buf2 = ostrcat("<td nowrap><a target=main class=link href=query?addrectimer&", tmpstr, 0, 0);
    12631263                        buf2 = ostrcat(buf2, "&", 0, 0);
    12641264                        free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.