C++ comments in a C file, hmm...

This commit is contained in:
mcafee%netscape.com 1998-10-14 03:42:34 +00:00
Родитель e7c07043f7
Коммит dc6a0b3fba
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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) {