You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2017/03/07 19:08:36 UTC

svn propchange: r1785791 - svn:log

Author: pfg
Revision: 1785791
Modified property: svn:log

Modified: svn:log at Tue Mar  7 19:08:36 2017
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Mar  7 19:08:36 2017
@@ -1,4 +1,4 @@
-Revert r1719566 and bringing back some casts.
+Revert r1719566 and bring back some casts.
 
 CERT C coding standard seem to have changed its mind.
 
@@ -7,3 +7,5 @@ has been superceeded by:
 MEM02-C. Immediately cast the result of a memory allocation function call 
 into a pointer to the allocated type.
 
+The later carries is an exception for modern C compilers, however it is 
+also likely we have to deal with a C++ compiler.