[Home]

Summary:ASTERISK-00794: [patch] tautological truth test in logger.c
Reporter:ww (ww)Labels:
Date Opened:2004-01-12 00:16:57.000-0600Date Closed:2008-01-15 14:40:51.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) logger.c.diff
Description:the values of &tm and !&tm are always true
and false respectively. this patch removes
some code that can never be executed.
Comments:By: jerjer (jerjer) 2004-01-12 00:43:38.000-0600

cvs commited

By: Digium Subversion (svnbot) 2008-01-15 14:40:51.000-0600

Repository: asterisk
Revision: 1977

U   trunk/logger.c

------------------------------------------------------------------------
r1977 | jeremy | 2008-01-15 14:40:51 -0600 (Tue, 15 Jan 2008) | 2 lines

remove code that could never be executed (tautological truth test) Bug ASTERISK-794

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=1977