mirror of
https://github.com/transmission/transmission
synced 2025-01-31 19:34:05 +00:00
Increment str so loop progresses
This commit is contained in:
parent
ea83375238
commit
b00bce23f5
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ makeURL( tr_webseed * w, const tr_file * file )
|
|||
evbuffer_add_printf( out, "%%%02X", *str );
|
||||
break;
|
||||
}
|
||||
str++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue