From cb308971980425a23d71daea365bcf378dd0e6c3 Mon Sep 17 00:00:00 2001 From: "av%netscape.com" Date: Sat, 5 Jan 2002 22:38:26 +0000 Subject: [PATCH] Fixing the Tester plugin output so that Mozilla does not confuse text/plain with text/html -- not part of the build git-svn-id: svn://10.0.0.236/trunk@111430 18797224-902f-48f8-a5cc-f745e15eee43 --- .../modules/plugin/tools/tester/common/logger.cpp | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/mozilla/modules/plugin/tools/tester/common/logger.cpp b/mozilla/modules/plugin/tools/tester/common/logger.cpp index 6ced5080759..3a0a6a761a8 100644 --- a/mozilla/modules/plugin/tools/tester/common/logger.cpp +++ b/mozilla/modules/plugin/tools/tester/common/logger.cpp @@ -105,19 +105,14 @@ BOOL CLogger::onNPP_DestroyStream(NPStream * npStream) static void FixUpOutputString(char * aString) { - // search for "")) + *p = ']'; } BOOL CLogger::appendToLog(NPAPI_Action action, DWORD dwTickEnter, DWORD dwTickReturn,