Code cleanup: in C89, there is no point casting the first argument to

Neil Conway <neilc@samurai.com>

Commit: f38e413b209d33d70b3dbdb6fd799a59e392140c
Author: Neil Conway <neilc@samurai.com>
Date: 2005-05-11T01:26:02Z
Releases: 8.1.0
Code cleanup: in C89, there is no point casting the first argument to
memset() or MemSet() to a char *. For one, memset()'s first argument is
a void *, and further void * can be implicitly coerced to/from any other
pointer type.

Files