(QNX) Ambiguous call to strlcpy (make it nall::strlcpy instead). Fucks up

with Blackberry toolchain
This commit is contained in:
twinaphex 2013-12-16 01:35:18 +01:00
parent 1904ef8192
commit 98fe9e1e7a

View File

@ -7,7 +7,7 @@ serializer System::serialize() {
char description[512], profile[16];
memset(&description, 0, sizeof description);
memset(&profile, 0, sizeof profile);
strlcpy(profile, Info::Profile, sizeof profile);
nall::strlcpy(profile, Info::Profile, sizeof profile);
s.integer(signature);
s.integer(version);