mirror of
https://github.com/libretro/bsnes-libretro-cplusplus98.git
synced 2025-04-16 00:50:24 +00:00
(QNX) Ambiguous call to strlcpy (make it nall::strlcpy instead). Fucks up
with Blackberry toolchain
This commit is contained in:
parent
1904ef8192
commit
98fe9e1e7a
@ -7,7 +7,7 @@ serializer System::serialize() {
|
|||||||
char description[512], profile[16];
|
char description[512], profile[16];
|
||||||
memset(&description, 0, sizeof description);
|
memset(&description, 0, sizeof description);
|
||||||
memset(&profile, 0, sizeof profile);
|
memset(&profile, 0, sizeof profile);
|
||||||
strlcpy(profile, Info::Profile, sizeof profile);
|
nall::strlcpy(profile, Info::Profile, sizeof profile);
|
||||||
|
|
||||||
s.integer(signature);
|
s.integer(signature);
|
||||||
s.integer(version);
|
s.integer(version);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user