1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

core: use fixed-width integer for computing nick hash (issue #1394)

This commit is contained in:
Sébastien Helleu
2019-08-19 23:27:11 +02:00
parent 156d855787
commit 80f103b68a
9 changed files with 90 additions and 1 deletions
+1
View File
@@ -74,6 +74,7 @@ IMPORT_TEST_GROUP(CoreUtf8);
IMPORT_TEST_GROUP(CoreUtil);
/* GUI */
IMPORT_TEST_GROUP(GuiLine);
IMPORT_TEST_GROUP(GuiNick);
/* scripts */
IMPORT_TEST_GROUP(Scripts);