The assert failure messages goes to stderr not stdout.

As per http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284814
This commit is contained in:
Michael Kerrisk 2004-12-14 17:46:41 +00:00
parent 4b62ba5094
commit 4c39c55c47
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ was last included, the macro
generates no code, and hence does nothing at all.
Otherwise, the macro
.B assert()
prints an error message to standard output and terminates the program
prints an error message to standard error and terminates the program
by calling
.B abort()
if