From b00bce23f5bd844c5753bb5c0a5e1af4689373c7 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 16 Sep 2008 07:10:04 +0000 Subject: [PATCH] Increment str so loop progresses --- libtransmission/webseed.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libtransmission/webseed.c b/libtransmission/webseed.c index c9e320ce6..fe7873644 100644 --- a/libtransmission/webseed.c +++ b/libtransmission/webseed.c @@ -130,6 +130,7 @@ makeURL( tr_webseed * w, const tr_file * file ) evbuffer_add_printf( out, "%%%02X", *str ); break; } + str++; } }