repo: uritools action: commit revision: path_from: revision_from: ab6f01595d2beec73d2ac6276aa3606a6f5d9f3c: path_to: revision_to:
commit ab6f01595d2beec73d2ac6276aa3606a6f5d9f3c Author: epochDate: Tue Jan 21 10:34:57 2020 -0600 last commit was an in-progress I failed to notice. it should work now. diff --git a/uriunescape.c b/uriunescape.c
--- a/uriunescape.c +++ b/uriunescape.c @@ -3,7 +3,7 @@ #includeint main(int argc,char *argv[]) { - int i; + int i,j; int len; char doh[2]; @@ -31,7 +31,7 @@ int main(int argc,char *argv[]) { write(1,buf2,len); //we end with a %[single char] buf[0]='%'; - buf[1]=doh; + buf[1]=doh[0]; } } if(!hack) {//we're good.
-----END OF PAGE-----