mudcoders / guildmud

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

Remove unsafe strncpy and use safer snprintf. #20

Closed rogersm closed 6 years ago

rogersm commented 6 years ago

Minor change to use snprintf.

It was the only strncpy in the code, but snprintf was already used in other source files.