| 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 :)
| |
|
|
|
|
6
Created with FORUM 2.0.11