summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--getabook.c2
-rw-r--r--getbnbook.c2
-rw-r--r--getgbook.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/getabook.c b/getabook.c
index 5f85143..6f7d2fd 100644
--- a/getabook.c
+++ b/getabook.c
@@ -16,7 +16,7 @@
" otherwise, all available pages will be downloaded\n"
#define USESSL 0
-#define URLMAX 1024
+#define URLMAX 2048
#define STRMAX 1024
#define MAXPAGES 9999
diff --git a/getbnbook.c b/getbnbook.c
index a63416d..78301dc 100644
--- a/getbnbook.c
+++ b/getbnbook.c
@@ -16,7 +16,7 @@
" otherwise, all available pages will be downloaded\n"
#define USESSL 0
-#define URLMAX 1024
+#define URLMAX 2048
#define STRMAX 1024
#define MAXPAGES 9999
diff --git a/getgbook.c b/getgbook.c
index 5e36c04..dc9049c 100644
--- a/getgbook.c
+++ b/getgbook.c
@@ -17,7 +17,7 @@
" otherwise, all available pages will be downloaded\n"
#define USESSL 1
-#define URLMAX 1024
+#define URLMAX 2048
#define STRMAX 1024
#define MAXPAGES 9999
#define COOKIENUM 5