Change nsTraceRefCnt::WalkTheStack() to accept stream.

git-svn-id: svn://10.0.0.236/trunk@51355 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-10-21 03:45:38 +00:00
parent aed61fd72a
commit a8195254ae

View File

@@ -5,10 +5,7 @@
int main(int argc, char* argv[])
{
char buf[16384];
nsTraceRefcnt::WalkTheStack(buf, sizeof(buf));
printf("%s\n", buf);
nsTraceRefcnt::WalkTheStack(stdout);
return 0;
}