Increment str so loop progresses

This commit is contained in:
Mukund Sivaraman 2008-09-16 07:10:04 +00:00
parent ea83375238
commit b00bce23f5
1 changed files with 1 additions and 0 deletions

View File

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