mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
parent
27b6884408
commit
d46fdda9ea
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static char* tr_convertAnnounceToScrape(char const* announce)
|
|||
*walk++ = '\0';
|
||||
TR_ASSERT(walk - scrape == (int)alloc_len);
|
||||
}
|
||||
/* Some torrents with UDP annouce URLs don't have /announce. */
|
||||
/* Some torrents with UDP announce URLs don't have /announce. */
|
||||
else if (strncmp(announce, "udp:", 4) == 0)
|
||||
{
|
||||
scrape = tr_strdup(announce);
|
||||
|
|
Loading…
Reference in a new issue