mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 13:16:45 +02:00
fix undefined behaviour with string literals
This commit is contained in:
@ -42,6 +42,6 @@ enum {
|
||||
GROUPCHAT_COMMAND_MODE,
|
||||
};
|
||||
|
||||
void execute(WINDOW *w, ToxWindow *self, Tox *m, char *cmd, int mode);
|
||||
void execute(WINDOW *w, ToxWindow *self, Tox *m, const char *input, int mode);
|
||||
|
||||
#endif /* #define _execute_h */
|
||||
|
Reference in New Issue
Block a user