K 10 svn:author V 3 des K 8 svn:date V 27 2011-10-08T12:28:06.897654Z K 7 svn:log V 266 I appreciate the logic behind using a (void) cast to indicate that the return value is intentionally ignored, but frankly, all it does is get in the way of the code. Also fix a few other incorrect casts, such as (void *)malloc(foo) and passing signed values to %x. END