Usermode/libposix - Basic stat() emulation
[tpg/acess2.git] / Usermode / Libraries / liburi.so_src / main.c
index 93d3b56..ca71940 100644 (file)
@@ -143,7 +143,6 @@ tURI *URI_Parse(const char *String)
                else
                        ret->Path = ret->Host + hostlen + 1;
                
-               pathlen = 0;
                strcpy(ret->Path, tmp);
                
                return ret;

UCC git Repository :: git.ucc.asn.au