.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@9383 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-01-09 08:57:19 +00:00
parent a431f65916
commit 0c4280affd
4 changed files with 8 additions and 4 deletions

View file

@ -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--)