]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix a snotice in m_spanningtree incorrectly using an unsigned long.
authorPeter Powell <petpow@saberuk.com>
Sat, 3 Jan 2015 20:33:09 +0000 (20:33 +0000)
committerPeter Powell <petpow@saberuk.com>
Sat, 3 Jan 2015 20:33:09 +0000 (20:33 +0000)
commite27820683226e3832936bccd537b45bc04208f74
treec47bcf2f2bfa096d825ea5af717efa240c6e3436
parente4167bc3a150116e4235cfa106ab72ee0d14faca
Fix a snotice in m_spanningtree incorrectly using an unsigned long.

This value can be negative so it should be a signed long not an
unsigned long.
src/modules/m_spanningtree/fjoin.cpp