]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix incorrect std::string::operator[] usage
authorAttila Molnar <attilamolnar@hush.com>
Mon, 28 Sep 2015 08:36:17 +0000 (10:36 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 28 Sep 2015 08:36:17 +0000 (10:36 +0200)
Passing a position equal to length() to the non-const version of operator[] is undefined


No differences found