Whoops. Fixed

git-svn-id: svn://10.0.0.236/trunk@49506 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-09-30 22:21:31 +00:00
parent 1d3ededc34
commit f68ddc73fb
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ NS_COM void nsDebug::AbortIfFalse(const char* aStr, const char* aExpr,
PR_Abort();
#endif
#elif defined(XP_MAC)
DebugStr(buffer);
DebugStr(buf);
ExitToShell();
#elif defined(XP_UNIX)
PR_Abort();

View File

@@ -138,7 +138,7 @@ NS_COM void nsDebug::AbortIfFalse(const char* aStr, const char* aExpr,
PR_Abort();
#endif
#elif defined(XP_MAC)
DebugStr(buffer);
DebugStr(buf);
ExitToShell();
#elif defined(XP_UNIX)
PR_Abort();