--- libwww/Library/src/HTEscape.c 1998/07/17 16:52:25 2.20 +++ libwww/Library/src/HTEscape.c 1999/02/22 22:10:11 2.21 @@ -3,7 +3,7 @@ ** ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. -** @(#) $Id: HTEscape.c,v 2.20 1998/07/17 16:52:25 frystyk Exp $ +** @(#) $Id: HTEscape.c,v 2.21 1999/02/22 22:10:11 frystyk Exp $ ** ** history: ** Nov 13 94 Spawned from HTParse, as it then can be used in utility @@ -104,8 +104,7 @@ PUBLIC char * HTUnEscape (char * str) char * q = str; if (!str) { /* Just for safety ;-) */ - if (URI_TRACE) - HTTrace("HTUnEscape.. Called with NULL argument.\n"); + HTTRACE(URI_TRACE, "HTUnEscape.. Called with NULL argument.\n"); return NULL; } while(*p) {