mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-24 23:33:14 +01: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