diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-04 08:48:23 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-04 08:48:23 +0000 |
commit | b1fa75dfe08461c0f1349093266bcdc852bcd713 (patch) | |
tree | f9d3d7950c6e72d1c0d05d6ea4f0a6dff2346ab9 /src/htscore.c | |
parent | 4da59a639962cecf3599f19813b00f2ab065e089 (diff) |
Big cleanup in string primitives and abort functions
Diffstat (limited to 'src/htscore.c')
-rw-r--r-- | src/htscore.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/htscore.c b/src/htscore.c index 629d3f6..65bb101 100644 --- a/src/htscore.c +++ b/src/htscore.c @@ -650,15 +650,11 @@ int httpmirror(char *url1, httrackp * opt) { // Initialiser cache { - int backupXFR = htsMemoryFastXfr; - opt->state._hts_in_html_parsing = 4; if (!RUN_CALLBACK7(opt, loop, NULL, 0, 0, 0, lien_tot, 0, NULL)) { opt->state.exit_xh = 1; // exit requested } - htsMemoryFastXfr = 1; /* fast load */ cache_init(&cache, opt); - htsMemoryFastXfr = backupXFR; opt->state._hts_in_html_parsing = 0; } |