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

Remove strdup and strcasecmp from codebase #29

Closed rogersm closed 6 years ago

rogersm commented 6 years ago

Removed strdup and stracasecmp from the codebase. They've been part of stdc for ever and it makes no sense to keep using the ones included in the mud.

zachflower commented 6 years ago

Did a quick test, everything looks good! Just a quick fix to those images and we're good to go 👍