summaryrefslogtreecommitdiff
path: root/uricut.c
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2020-04-16 00:06:57 +0000
committerepoch <epoch@hack.thebackupbox.net>2020-04-16 00:06:57 +0000
commit245e54a0bdb845e336cc5d62b93ec8a1d4330695 (patch)
treec99970eba90c7b709c191ed6aa60652121d28356 /uricut.c
parent61c209d35a47d126d0871bf03223eb1e8f7d8806 (diff)
downloaduritools-245e54a0bdb845e336cc5d62b93ec8a1d4330695.tar.gz
uritools-245e54a0bdb845e336cc5d62b93ec8a1d4330695.zip
made getsrv use host instead of dig by default.
Diffstat (limited to 'uricut.c')
-rw-r--r--uricut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uricut.c b/uricut.c
index e34a677..df8136e 100644
--- a/uricut.c
+++ b/uricut.c
@@ -39,7 +39,7 @@ int main(int argc,char *argv[]) {
char *line=0;
short args[256];//this needs to be a short to make room for the F_WHOLE_URI
int i,j,c=0;
- int size=1024;
+ int size=8192;//use this to increase max length of URIs we can read from stdin
char at_least_one=0;
char fixme=0;
char using_stdin=1;