Bug 328 - Added abort call to Fatal to cause backtrace.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1965 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-05-08 12:44:22 +00:00
parent 3db5b4538a
commit f22af5fc67
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@ int zmDbgOutput( const char *fstring, ... )
va_end(arg_ptr);
if ( zm_dbg_code == ZM_DBG_FAT )
{
abort();
exit( -1 );
}
return( strlen( zm_temp_dbg_string ) );