HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Where is "lien_back" declared?
Author: Xavier Roche
Date: 11/17/2003 23:07
 
> In the HTTrack-Source is the following part (InfoUrl.cpp):
> lien_back* backitem=&back[id];
> if (lien_back) {
> ...
> }
> For this part I get the error:

Argh!! This is a bug!!

This line sould be:

if (backitem) {

The VC.net compiler seems to be a bit less dumb than VC.6, 
apparently :)
 
Reply Create subthread


All articles

Subject Author Date
Where is "lien_back" declared?

11/17/2003 08:10
Re: Where is "lien_back" declared?

11/17/2003 15:31
Re: Where is "lien_back" declared?

11/17/2003 23:07
Re: Where is "lien_back" declared?

11/19/2003 09:12




6

Created with FORUM 2.0.11