lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev HTReadProgress() and statusline in trace mode


From: Leonid Pauzner
Subject: lynx-dev HTReadProgress() and statusline in trace mode
Date: Thu, 20 May 1999 02:32:51 +0400 (MSD)

Funny thing, read progress message is not present in trace mode.
Was it intentionally or just a loss?
HTReadProgress() say:

            if (TRACE)
                fprintf(tfp, "%s\n", line);
            else
                statusline(line);


why not
    statusline(line);
    CTRACE(tfp, "%s\n", line);
?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]