repo: uritools
action: commit
revision: 
path_from: 
revision_from: ab6f01595d2beec73d2ac6276aa3606a6f5d9f3c:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit ab6f01595d2beec73d2ac6276aa3606a6f5d9f3c
Author: epoch 
Date:   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
index 73ceabd060890b056e4a219fd947c4daa404d738..
index ..9543c4c2a2e8365b3323fbc521510a856bf207a0 100644
--- a/uriunescape.c
+++ b/uriunescape.c
@@ -3,7 +3,7 @@
 #include 

 int 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-----