1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 01:56:44 +02:00

tweaks and fixes

This commit is contained in:
Jfreegman
2013-09-09 01:08:06 -04:00
parent fde8059a4c
commit 1b5bcb4ffa
4 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@ void on_nickchange(Tox *m, int friendnumber, uint8_t *string, uint16_t length, v
for (i = 0; i < MAX_WINDOWS_NUM; ++i) {
if (windows[i].onNickChange != NULL)
windows[i].onNickChange(&windows[i], m, friendnumber, string, length);
windows[i].onNickChange(&windows[i], friendnumber, string, length);
}
if (store_data(m, DATA_FILE))