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

Increment str so loop progresses

This commit is contained in:
Mukund Sivaraman 2008-09-16 07:10:04 +00:00
parent ea83375238
commit b00bce23f5

View file

@ -130,6 +130,7 @@ makeURL( tr_webseed * w, const tr_file * file )
evbuffer_add_printf( out, "%%%02X", *str );
break;
}
str++;
}
}