From b7b32f09efa9d87e3329a533adb55414a227f712 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Thu, 20 Dec 2001 06:48:50 +0000 Subject: [PATCH] TARGET=_content for hrefs. With this we can now have the spacetrace sidebar :-) --- tools/trace-malloc/spacetrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/trace-malloc/spacetrace.c b/tools/trace-malloc/spacetrace.c index c0401df1588..0e32ea82cca 100644 --- a/tools/trace-malloc/spacetrace.c +++ b/tools/trace-malloc/spacetrace.c @@ -2387,7 +2387,7 @@ void htmlAnchor(const char* aHref, const char* aText) */ if(0 != anchorLive) { - PR_fprintf(globals.mRequest.mFD, "%s\n", aHref, aText); + PR_fprintf(globals.mRequest.mFD, "%s\n", aHref, aText); } else {