0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-02 21:59:02 +02:00

Make Message.cmd a const pointer.

This commit is contained in:
Jilles Tjoelker 2008-04-08 18:51:52 +02:00
parent 26716d6d40
commit d48a559768

View file

@ -60,7 +60,7 @@ struct MessageEntry
/* Message table structure */
struct Message
{
char *cmd;
const char *cmd;
unsigned int count; /* number of times command used */
unsigned int rcount; /* number of times command used by server */
unsigned long bytes; /* bytes received for this message */