-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hello! :)
I have this doubt about your code
In the file:line urldecode.c:15
while(!d) {
d = 1;
int i; /* the counter for the string */
for(i=0;i<strlen(dStr);++i) {
.
.
.
What is the purpose of have a nested loop ?
I thought that one is enough. Why perform another decode when you already did one ?
This is for achieve something of the standard rfc that I'm missing out ?
Thanks in advance!!!
Metadata
Metadata
Assignees
Labels
No labels