]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix GCC 6 warning about null checking this.
authorPeter Powell <petpow@saberuk.com>
Fri, 26 Feb 2016 20:44:10 +0000 (20:44 +0000)
committerPeter Powell <petpow@saberuk.com>
Fri, 26 Feb 2016 20:52:50 +0000 (20:52 +0000)
commitb972020b391485d92bd46ce662421fa036ca4ca6
treec4c7569d3ca188ddd0b5ab469766749dfef62adf
parentde4b1863536348520c6498e11d910acd050092a7
Fix GCC 6 warning about null checking this.

As with 402a1bb010522a35600325c1a3084e092b40ca22 this is known to
be undefined behaviour but changing it is too risky for the 2.0
branch.
src/configparser.cpp