You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/01/09 23:57:51 UTC

svn propchange: r1431072 - svn:log

Author: julianfoad
Revision: 1431072
Modified property: svn:log

Modified: svn:log at Wed Jan  9 22:57:51 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jan  9 22:57:51 2013
@@ -1,5 +1,5 @@
 Consistify a few remaining redundant or odd expressions involving boolean
-constants, such as "foo == FALSE" to "!foo" and "number ? FALSE : TRUE" to
+constants, such as "foo == FALSE" to "!foo" and "number ? TRUE : FALSE" to
 "number != 0".  A follow-up to r1431017 and r1431040.
 
 * subversion/include/svn_types.h