Changeset 13960 for branches/2.7x/libtransmission/torrent-magnet.c
- Timestamp:
- Feb 4, 2013, 6:59:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7x/libtransmission/torrent-magnet.c
r13631 r13960 393 393 } 394 394 395 for (i=0; i<inf->webseedCount; ++i) 396 { 397 evbuffer_add_printf (s, "%s", "&ws="); 398 tr_http_escape (s, inf->webseeds[i], -1, true); 399 } 400 395 401 return evbuffer_free_to_str (s); 396 402 }
Note: See TracChangeset
for help on using the changeset viewer.