mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@9383 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a431f65916
commit
0c4280affd
4 changed files with 8 additions and 4 deletions
|
|
@ -118,7 +118,7 @@ void WebCrawler::ShowPath()
|
|||
for(;;) {
|
||||
p.Add(url.GetKey(i));
|
||||
if(i == 0)
|
||||
break;
|
||||
break;
|
||||
i = url[i];
|
||||
}
|
||||
for(int i = p.GetCount() - 1; i >= 0; i--)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue