diff options
Diffstat (limited to 'src/httrack.h')
-rw-r--r-- | src/httrack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/httrack.h b/src/httrack.h index a8633de..f297e00 100644 --- a/src/httrack.h +++ b/src/httrack.h @@ -43,9 +43,9 @@ Please visit our Website: http://www.httrack.com #include "htscore.h" typedef struct { - char name[1000]; - char file[256]; - char state[20]; + char name[1024]; + char file[1024]; + char state[256]; char url_sav[HTS_URLMAXSIZE*2]; // pour cancel char url_adr[HTS_URLMAXSIZE*2]; char url_fil[HTS_URLMAXSIZE*2]; |