Turn off unbuffering of stdout for Mac

This commit is contained in:
sfraser%netscape.com 1999-07-02 21:37:48 +00:00
parent 7a18d04c1d
commit 817d9c0a4f

View File

@ -138,8 +138,10 @@ int main(int argc, char* argv[])
{
nsresult rv;
#ifndef XP_MAC
// Unbuffer debug output (necessary for automated QA performance scripts).
setbuf( stdout, 0 );
#endif
nsICmdLineService * cmdLineArgs = nsnull;
NS_VERIFY(NS_SUCCEEDED(nsIThread::SetMainThread()), "couldn't set main thread");