1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 14:56:44 +02:00
This commit is contained in:
Jfreegman
2014-10-03 21:08:33 -04:00
parent 5c66f5c161
commit 7eebbd982d
3 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ void on_action(Tox *m, int32_t friendnumber, const uint8_t *string, uint16_t len
for (i = 0; i < MAX_WINDOWS_NUM; ++i) {
if (windows[i].onAction != NULL)
windows[i].onAction(&windows[i], m, friendnumber, (const char *) string, length);
windows[i].onAction(&windows[i], m, friendnumber, msg, length);
}
}