From dc6a0b3fba1fb26504591ec2a0fed07245e72365 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Wed, 14 Oct 1998 03:42:34 +0000 Subject: [PATCH] C++ comments in a C file, hmm... --- privacy/src/privacy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/privacy/src/privacy.c b/privacy/src/privacy.c index c2695757b3e3..dc509230a455 100644 --- a/privacy/src/privacy.c +++ b/privacy/src/privacy.c @@ -285,11 +285,11 @@ PRVCY_CheckStandardLocation(MWContext * context) privacyURL = NET_ParseURL(entry->address, GET_PROTOCOL_PART | GET_HOST_PART); StrAllocCat(privacyURL, "/"); - // fixing a mess + /* fixing a mess */ fileName = XP_GetDialogStrings(PRVCY_POLICY_FILE_NAME); if (fileName) StrAllocCat(privacyURL, fileName->contents); - // steve, this looks like a leak. what is the lifetime of the XPDialogStrings - // "fileName" above supposed to be? -joe + /* steve, this looks like a leak. what is the lifetime of the XPDialogStrings */ + /* "fileName" above supposed to be? -joe */ if (prvcy_inCache(privacyURL, &found)) { if (found) {