diff options
Diffstat (limited to 'src/htsrobots.h')
-rw-r--r-- | src/htsrobots.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsrobots.h b/src/htsrobots.h index 62b9689..ef08183 100644 --- a/src/htsrobots.h +++ b/src/htsrobots.h @@ -41,8 +41,8 @@ Please visit our Website: http://www.httrack.com // robots wizard typedef struct robots_wizard { - char adr[1024]; - char token[1024]; + char adr[128]; + char token[4096]; struct robots_wizard* next; } robots_wizard; |