- From: Marco Ariano <marco.ariano@pipercreek.com>
- Date: Thu, 22 Jul 1999 18:10:13 -0600
- To: www-lib@w3.org
May I humbly suggest that line 212 of libwww-ssl\HTSSL.c be changed from
if (PROT_TRACE) HTTrace("HTSSL....... New reference count = %d\n" _
htssl->ref_count);
to
if (PROT_TRACE) HTTRACE(PROT_TRACE, "HTSSL....... New reference count =
%d\n" _ htssl->ref_count);
in order that it compile in the Release configuration. (That is,
without HTDEBUG defined.)
Do I qualify as a Libwww Hacker now? :-)
Marco
P.S. Is this the proper place and form for such a suggestion?
Received on Thursday, 22 July 1999 20:11:54 UTC