mudcoders / guildmud

A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
MIT License
25 stars 11 forks source link

Add malloc castings to all the mallocs that needed them #21

Closed rogersm closed 6 years ago

rogersm commented 6 years ago

Minor change, but impacting a bunch of files.

Some mallocs did not cast the right pointer, so added them so all the source code mallocs now have the right casting. This was also identified by the linter.