| > Found in HTTrack 3.30-beta-7b (was not a problem in
3.23).
> I'm not sure if this is related to other javascript
parsing
> bugs mentioned, so perhaps you've already looked at this.
> In the following HTML code:
> <csobj w='68' h='71' t='Button' ht='gfx/crisislit.gif'>
Problem should be fixed now - can you try the RC1b?
--- htsparse.c.orig Mon Jun 2 07:58:17 2003
+++ htsparse.c Mon Jun 2 07:57:24 2003
@@ -1299,8 +1299,10 @@
// Accepter URL, on la
traitera comme une URL normale!!
- if (url_ok)
- p=1;
+ if (url_ok) {
+ valid_p = 1;
+ p = 0;
+ }
}
}
| |