]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Replace dodgy use of const char* and memcpy with std::string.
authorPeter Powell <petpow@saberuk.com>
Mon, 20 May 2013 19:15:50 +0000 (20:15 +0100)
committerPeter Powell <petpow@saberuk.com>
Mon, 13 Oct 2014 18:15:58 +0000 (19:15 +0100)
commitef335eb2de8e33550661c7dc826f471c3405c25f
treec4ab4d8b872dd673ca4aed25aaf292575094b533
parent529d26bdafb033a3f90691d21f609067261bb953
Replace dodgy use of const char* and memcpy with std::string.

This was backported from commit e01df63 in master.
src/users.cpp