diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-19 23:27:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-19 23:27:11 +0200 |
commit | 80f103b68a667f443bb5459a1850b0f30122c45f (patch) | |
tree | a12e81145bd0d01651ee01cdabcbec48e0a7d9c5 /doc/en | |
parent | 156d855787475deab27833219a188a4accf42558 (diff) | |
download | weechat-80f103b68a667f443bb5459a1850b0f30122c45f.zip |
core: use fixed-width integer for computing nick hash (issue #1394)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 8aaed473c..ce45c06e3 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -401,6 +401,7 @@ WeeChat "core" is located in following directories: | test-core-util.cpp | Tests: utility functions. | gui/ | Root of unit tests for interfaces. | test-gui-line.cpp | Tests: lines. +| test-gui-nick.cpp | Tests: nicks. | plugins/ | Root of unit tests for plugins. | irc/ | Root of unit tests for IRC plugin. | test-irc-color.cpp | Tests: IRC colors. |