1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-02 20:43:51 +00:00

Fix extra space in tracker HTTP request line.

This commit is contained in:
Josh Elsasser 2006-09-27 22:23:42 +00:00
parent 19b89fa7ea
commit 9d17424799

View file

@ -277,7 +277,7 @@ static tr_http_t * getQuery( tr_tracker_t * tc )
"compact=1&" "compact=1&"
"numwant=50&" "numwant=50&"
"key=%s" "key=%s"
"%s ", "%s",
inf->trackerAnnounce, tor->hashString, tc->id, inf->trackerAnnounce, tor->hashString, tc->id,
tc->bindPort, up, down, left, tor->key, event ); tc->bindPort, up, down, left, tor->key, event );
} }